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

6 lines
138 B
JSON
Raw Normal View History

2021-11-06 11:29:22 +01:00
{
"canonicalHost": "__DOMAIN__",
2023-04-30 23:01:52 +02:00
"proxyURL": "https://__DOMAIN__",
2023-03-18 23:25:21 +01:00
"admin":[{"username":"__ADMIN__", "password": __PASSWORD_HASH__}]
2022-10-05 00:36:46 +02:00
}