revert debug hard-coded listen address

This commit is contained in:
2020-04-21 15:52:35 -04:00
parent e436af7b2a
commit 695d9abd83
7 changed files with 21 additions and 28 deletions

View File

@@ -42,8 +42,7 @@ typedef struct index_args {
typedef struct web_args {
char *es_url;
char *bind;
char *port;
char *listen_address;
char *credentials;
char auth_user[256];
char auth_pass[256];