Last change
on this file since 3cea4bb was
7500700,
checked in by OpenGnSys Support Team <soporte-og@…>, 5 years ago
|
#988 remove legacy configuration file
Add getopt parser and use json configuration file instead.
|
-
Property mode set to
100644
|
File size:
328 bytes
|
Rev | Line | |
---|
[866b6c5] | 1 | { |
---|
| 2 | "rest" : { |
---|
| 3 | "ip" : "127.0.0.1", |
---|
| 4 | "port" : "8888", |
---|
| 5 | "api_token": "5a5ca1172136299640a9f47469237e0a" |
---|
| 6 | }, |
---|
| 7 | "database" : { |
---|
[0631b0e] | 8 | "ip": "127.0.0.1", |
---|
| 9 | "port": 3306, |
---|
[866b6c5] | 10 | "name" : "opengnsys", |
---|
| 11 | "user" : "mysql", |
---|
| 12 | "pass" : "mysql" |
---|
| 13 | }, |
---|
| 14 | "wol" : { |
---|
| 15 | "interface" : "lo" |
---|
[7500700] | 16 | }, |
---|
| 17 | "repository" : { |
---|
| 18 | "directory" : "/opt/opengnsys/images" |
---|
[866b6c5] | 19 | } |
---|
| 20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.