source:
ogServer-Git/tests/config/ogserver.json
Last change on this file was 068c0f2, checked in by , 5 years ago | |
---|---|
|
|
File size: 331 bytes |
Line | |
---|---|
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", |
9 | "port": "3306", |
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.