1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Update Config.ts

This commit is contained in:
Patrik J. Braun 2020-09-10 19:41:11 +02:00 committed by GitHub
parent fad595923a
commit e619b73da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import {ConfigProperty, IConfigClass} from 'typeconfig/common';
declare const process: any; declare const process: any;
consts upTime = (new Date()).toISOString(); const upTime = (new Date()).toISOString();
@ConfigClass({ @ConfigClass({
configPath: path.join(__dirname, './../../../../config.json'), configPath: path.join(__dirname, './../../../../config.json'),