source:
ogServer-Git/tests/config/ogserver.json
@
646355d
Last change on this file since 646355d was 068c0f2, checked in by , 5 years ago | |
---|---|
|
|
File size: 331 bytes |
Rev | Line | |
---|---|---|
[4a06c7a] | 1 | { |
2 | "rest" : { | |
3 | "ip" : "127.0.0.1", | |
4 | "port" : "8888", | |
5 | "api_token": "07b3bfe728954619b58f0107ad73acc1" | |
6 | }, | |
7 | "database" : { | |
8 | "ip": "127.0.0.1", | |
[068c0f2] | 9 | "port": "3306", |
[4a06c7a] | 10 | "name" : "test-db", |
11 | "user" : "test-db", | |
12 | "pass" : "test-db" | |
13 | }, | |
14 | "repository" : { | |
15 | "directory": "/opt/opengnsys/images" | |
16 | }, | |
17 | "wol" : { | |
18 | "interface" : "lo" | |
19 | } | |
20 | } |
Note: See TracBrowser
for help on using the repository browser.