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:
parent
1bcf6f4fa7
commit
f96810f552
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user