diff --git a/conf/config.json b/conf/config.json index b3946f3..59549df 100644 --- a/conf/config.json +++ b/conf/config.json @@ -8,7 +8,7 @@ "server": { "host": "127.0.0.1", "port": __PORT__, - "store_path": "__DATA_DIR__/tube.db", + "store_path": "tube.db", "upload_path": "__DATA_DIR__/uploads", "max_upload_size": __MAX_UPLOAD_SIZE__ },