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:
parent
167ab37509
commit
ff7732f3b3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue