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:
parent
fad595923a
commit
e619b73da2
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user