diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-07-10 13:13:59 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-07-10 16:21:58 +0200 |
commit | 0631b0e8e6fdf77d0bbe6715e0cb2c4bdb872b12 (patch) | |
tree | c08667b1f938675a6cbb61ed55b498df58d8716d /cfg/ogserver.json | |
parent | a8eccba7066047997543970b83cb8f371923833f (diff) |
#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.
Diffstat (limited to 'cfg/ogserver.json')
-rw-r--r-- | cfg/ogserver.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg/ogserver.json b/cfg/ogserver.json index 009d436..20ae5ac 100644 --- a/cfg/ogserver.json +++ b/cfg/ogserver.json @@ -5,6 +5,8 @@ "api_token": "5a5ca1172136299640a9f47469237e0a" }, "database" : { + "ip": "127.0.0.1", + "port": 3306, "name" : "opengnsys", "user" : "mysql", "pass" : "mysql" |