source: ogServer-Git/tests/config/ogserver.json @ 3b1f2c2

Last change on this file since 3b1f2c2 was 068c0f2, checked in by OpenGnSys Support Team <soporte-og@…>, 4 years ago

#915 Use string for tests config port

This adapts the test configuration to the changes made in the commit
fe1ce97c50e575201fe47d7587251e228edf8fdf

  • Property mode set to 100644
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.