Parent Directory
|
Revision Log
chore: add old version archive branches (2.x to 9.x-dev)
1 | import "reflect-metadata"; |
2 | |
3 | declare global { |
4 | var configPath: string; |
5 | var systemConfigPath: string; |
6 | } |
7 | |
8 | process.env.DEBUG = "0"; |
9 | process.env.SUDO_ENV = "testing"; |
10 | process.env.NODE_ENV = undefined; |
11 | process.env.SUDO_PREFIX = "/app"; |
12 | |
13 | global.configPath = `${process.env.SUDO_PREFIX}/config/config.json`; |
14 | global.systemConfigPath = `${process.env.SUDO_PREFIX}/config/system.json`; |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |