mirror of
https://github.com/skoelle/icloud-contacts-sync.git
synced 2026-09-17 15:30:24 +00:00
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"accounts": [
|
|
{
|
|
"name": "markus",
|
|
"apple_email": "markus@icloud.com",
|
|
"apple_app_password": "xxxx-xxxx-xxxx-xxxx",
|
|
"authelia_user": "mmustermann"
|
|
},
|
|
{
|
|
"name": "partner",
|
|
"apple_email": "partner@icloud.com",
|
|
"apple_app_password": "yyyy-yyyy-yyyy-yyyy",
|
|
"authelia_user": "partner.user"
|
|
}
|
|
],
|
|
"admins": [
|
|
"mmustermann"
|
|
]
|
|
}
|