Commit 61abae1bb1aee615226525054160ba56a2b4b93b
1 parent
1caf93a63e
Exists in
master
ignoring config.json
Showing 2 changed files with 1 additions and 12 deletions Inline Diff
.gitignore
1 | node_modules/ | 1 | node_modules/ |
2 | config.ini | 2 | config.json |
3 | log.txt | 3 | log.txt |
4 | logs/ | 4 | logs/ |
5 | 5 |
config.json
1 | { | File was deleted | |
2 | "server_options": { | ||
3 | "port": 32185 | ||
4 | }, | ||
5 | "hosts": [ | ||
6 | { | ||
7 | "host": "trxmon.reload97.com", | ||
8 | "target": "http://172.23.3.52:14298" | ||
9 | } | ||
10 | ] | ||
11 | } | ||
12 | 1 | { |