1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
galene_ynh/conf/config.json
Éric Gaspar a6a3c76865 fix
2024-04-10 08:16:42 +02:00

10 lines
No EOL
210 B
JSON

{
"canonicalHost": "__DOMAIN__",
"proxyURL": "https://__DOMAIN__",
"users": {
"__ADMIN__": {
"permissions": "admin",
"password": "__PASSWORD_HASH__"
}
}
}