1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

path inconfig bugfix

This commit is contained in:
Braun Patrik 2016-06-25 15:11:33 +02:00
parent 1bcf6f4fa7
commit f96810f552

View File

@ -8,8 +8,8 @@ export var Config = new ConfigClass();
Config.Server = {
port: 80,
imagesFolder: "/demo/images",
thumbnailFolder: "/demo/TEMP",
imagesFolder: "demo/images",
thumbnailFolder: "demo/TEMP",
databaseType: DatabaseType.memory
};