source: ogServer-Git/cfg/ogserver.json

Last change on this file was fe1ce97, checked in by OpenGnSys Support Team <soporte-og@…>, 3 years ago

#988 remove legacy configuration

Use og_server_cfg everywhere. Convert port to string to make it easy for the
dbi API since it expects a string. Remove legacy example configuration file.

  • Property mode set to 100644
File size: 332 bytes
Line 
1{
2        "rest" : {
3                "ip" : "127.0.0.1",
4                "port" : "8888",
5                "api_token": "5a5ca1172136299640a9f47469237e0a"
6        },
7        "database" : {
8                "ip" : "127.0.0.1",
9                "port" : "3306",
10                "name" : "opengnsys",
11                "user" : "mysql",
12                "pass" : "mysql"
13        },
14        "wol" : {
15                "interface" : "lo"
16        },
17        "repository" : {
18                "directory" : "/opt/opengnsys/images"
19        }
20}
Note: See TracBrowser for help on using the repository browser.