mirror of
https://github.com/immich-app/immich.git
synced 2025-12-07 01:23:55 +09:00
Transfer repository from Gitlab
This commit is contained in:
11
mobile/lib/constants/hive_box.dart
Normal file
11
mobile/lib/constants/hive_box.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
// Access token
|
||||
const String userInfoBox = "immichBoxUserInfo"; // Box
|
||||
const String accessTokenKey = "immichBoxAccessTokenKey"; // Key 1
|
||||
const String deviceIdKey = 'immichBoxDeviceIdKey'; // Key 2
|
||||
|
||||
// SERVER ENDPOINT
|
||||
const String serverEndpointKey = 'immichBoxServerEndpoint';
|
||||
|
||||
// KEY
|
||||
const String hiveAllAsssetKey = "allAssets";
|
||||
const String hiveBackupProgressKey = "backupProgressAssets";
|
||||
Reference in New Issue
Block a user