Last change
on this file since a67f27a was
0631b0e,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago
|
#988 Add DB port option to ogserver.json config file
This patch provides functionality to select a database port. It also adds a
default IP for the database.
|
-
Property mode set to
100644
|
File size:
266 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 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.