feat: env vars for configuring data dir & tcp port
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Jef Roosens 2023-07-27 14:09:56 +02:00
parent 82746c1dd0
commit 7f2a45c37a
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 35 additions and 8 deletions

View file

@ -54,6 +54,7 @@ typedef struct http_loop_gctx {
size_t route_count;
Trie *trie;
const char *api_key;
const char *data_dir;
} http_loop_gctx;
/**