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 /src/cfg.h | |
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 'src/cfg.h')
-rw-r--r-- | src/cfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ struct og_server_cfg { const char *user; const char *pass; const char *ip; + unsigned int port; const char *name; } db; struct { |