diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-05-12 03:59:29 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-05-12 03:59:29 -0400 |
commit | 06cffd89aeea4d34c987a1e7583af7525b8534e8 (patch) | |
tree | abfdd9883033d538d5da83dadc6458e09a5feea2 /getwtxt.json | |
parent | db3ecebbc2d131f9bd6a8d47e39dcecf785183e5 (diff) | |
download | getwtxt-06cffd89aeea4d34c987a1e7583af7525b8534e8.tar.gz |
config fleshed out; using viper+pflag
Diffstat (limited to 'getwtxt.json')
-rw-r--r-- | getwtxt.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getwtxt.json b/getwtxt.json new file mode 100644 index 0000000..8e08bb8 --- /dev/null +++ b/getwtxt.json @@ -0,0 +1,5 @@ +{ + "port": 9001, + "logfile": "getwtxt.log", + "twtxtfile": "/var/twtxt/twtxt.txt" +} |