-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathTestV2.json
More file actions
89 lines (89 loc) · 2.5 KB
/
TestV2.json
File metadata and controls
89 lines (89 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"General": {
"AuthenticationSecret": "AuthenticationSecret_TEST",
"DownloadImages": true,
"RenewImagesDuration": 7,
"Webcalendars": [
"Webcalendars_TEST"
],
"RefreshAlbumPeopleInterval": 7,
"PhotoDateFormat": "PhotoDateFormat_TEST",
"ImageLocationFormat": "ImageLocationFormat_TEST",
"WeatherApiKey": "WeatherApiKey_TEST",
"UnitSystem": "UnitSystem_TEST",
"WeatherLatLong": "WeatherLatLong_TEST",
"Language": "Language_TEST",
"Webhook": "Webhook_TEST",
"Interval": 7,
"TransitionDuration": 7.7,
"ShowClock": true,
"ClockFormat": "ClockFormat_TEST",
"ClockDateFormat": "ClockDateFormat_TEST",
"ShowProgressBar": true,
"ShowPhotoDate": true,
"ShowImageDesc": true,
"ShowPeopleDesc": true,
"ShowAlbumName": true,
"ShowImageLocation": true,
"PrimaryColor": "PrimaryColor_TEST",
"SecondaryColor": "SecondaryColor_TEST",
"Style": "Style_TEST",
"BaseFontSize": "BaseFontSize_TEST",
"ShowWeatherDescription": true,
"WeatherIconUrl": "WeatherIconUrl_TEST",
"ImageZoom": true,
"ImagePan": true,
"ImageFill": true,
"Layout": "Layout_TEST"
},
"Accounts": [
{
"ImmichServerUrl": "Account1.ImmichServerUrl_TEST",
"ApiKey": "Account1.ApiKey_TEST",
"ApiKeyFile": "Account1.ApiKeyFile_TEST",
"ImagesFromDate": "2020-01-02",
"ShowMemories": true,
"ShowFavorites": true,
"ShowArchived": true,
"ImagesFromDays": 7,
"ImagesUntilDate": "2020-01-02",
"Rating": 7,
"Albums": [
"00000000-0000-0000-0000-000000000001"
],
"ExcludedAlbums": [
"00000000-0000-0000-0000-000000000001"
],
"People": [
"00000000-0000-0000-0000-000000000001"
],
"ExcludedPeople": [
"00000000-0000-0000-0000-000000000001"
]
},
{
"ImmichServerUrl": "Account2.ImmichServerUrl_TEST",
"ApiKey": "Account2.ApiKey_TEST",
"ApiKeyFile": "Account2.ApiKeyFile_TEST",
"ImagesFromDate": "2020-01-02",
"ShowMemories": true,
"ShowFavorites": true,
"ShowArchived": true,
"ImagesFromDays": 7,
"ImagesUntilDate": "2020-01-02",
"Rating": 7,
"Albums": [
"00000000-0000-0000-0000-000000000001"
],
"ExcludedAlbums": [
"00000000-0000-0000-0000-000000000001"
],
"People": [
"00000000-0000-0000-0000-000000000001"
],
"ExcludedPeople": [
"00000000-0000-0000-0000-000000000001"
]
}
]
}