feat: env vars for configuring data dir & tcp port
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
All checks were successful
ci/woodpecker/push/docker Pipeline was successful
This commit is contained in:
parent
82746c1dd0
commit
7f2a45c37a
6 changed files with 35 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue