1
0
Fork 0
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:
Éric Gaspar 2023-02-24 16:31:40 +01:00
parent 187bb8e593
commit 1e8cb13aa5

View file

@ -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__
},