This website requires JavaScript.
Explore
Help
Register
Sign In
xuthus
/
pigallery2
Watch
1
Star
0
Fork
0
You've already forked pigallery2
mirror of
https://github.com/xuthus83/pigallery2.git
synced
2025-01-14 14:43:17 +08:00
Code
Actions
Projects
Activity
pigallery2
/
src
/
common
/
config
/
private
/
Config.ts
6 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactoring config file fixing task setting issue
2019-12-10 16:17:35 +01:00
import
{
ConfigClass
}
from
'./ConfigClass'
;
improving logging and configs
2017-06-04 15:25:08 +02:00
refactoring config file fixing task setting issue
2019-12-10 16:17:35 +01:00
export
let
Config
=
new
ConfigClass
(
)
;
implementing database settings
2017-07-08 12:43:42 +02:00
Config
.
load
(
)
;
Copy Permalink