From 0631b0e8e6fdf77d0bbe6715e0cb2c4bdb872b12 Mon Sep 17 00:00:00 2001 From: Roberto Hueso Gómez Date: Fri, 10 Jul 2020 13:13:59 +0200 Subject: #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. --- src/dbi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dbi.h') diff --git a/src/dbi.h b/src/dbi.h index 30327a7..4f1d81c 100644 --- a/src/dbi.h +++ b/src/dbi.h @@ -7,6 +7,7 @@ struct og_dbi_config { const char *user; const char *passwd; const char *host; + const char *port; const char *database; }; -- cgit v1.2.3-18-g5258