1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gancio_ynh.git synced 2024-09-03 20:36:19 +02:00

fix json typo + URL

This commit is contained in:
lapineige 2023-09-23 23:08:19 +02:00 committed by GitHub
parent 167ab37509
commit ff7732f3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ {
"baseurl": "__DOMAIN__", "baseurl": "https://__DOMAIN__",
"server": { "server": {
"host": "localhost", "host": "localhost",
"port": "__PORT__" "port": "__PORT__"
@ -20,5 +20,5 @@
}, },
"user_locale": "__DATA_DIR__/user_locale", "user_locale": "__DATA_DIR__/user_locale",
"upload_path": "__DATA_DIR__/uploads", "upload_path": "__DATA_DIR__/uploads",
"plugins_path": "__DATA_DIR__/plugins", "plugins_path": "__DATA_DIR__/plugins"
} }