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 18:39:16 +01:00
parent 2c12817777
commit 292cc4de43

View file

@ -8,7 +8,7 @@
"server": { "server": {
"host": "127.0.0.1", "host": "127.0.0.1",
"port": __PORT__, "port": __PORT__,
"store_path": "__DATA_DIR__/tube.db", "store_path": "tube.db",
"upload_path": "__DATA_DIR__/uploads", "upload_path": "__DATA_DIR__/uploads",
"max_upload_size": __MAX_UPLOAD_SIZE__ "max_upload_size": __MAX_UPLOAD_SIZE__
}, },