mirror of
https://github.com/YunoHost-Apps/tube_ynh.git
synced 2024-09-04 01:46:11 +02:00
Update config.json
This commit is contained in:
parent
187bb8e593
commit
1e8cb13aa5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"server": {
|
||||
"host": "127.0.0.1",
|
||||
"port": __PORT__,
|
||||
"store_path": "tube.db",
|
||||
"store_path": "__DATA_DIR__/tube.db",
|
||||
"upload_path": "__DATA_DIR__/uploads",
|
||||
"max_upload_size": __MAX_UPLOAD_SIZE__
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue