diff options
| author | Shulhan <ms@kilabit.info> | 2019-01-04 07:53:02 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-01-04 13:14:43 +0700 |
| commit | 65e1848bd4aec12390fe15ebd83ff4bc53a8afec (patch) | |
| tree | a499ab074e8f347a8e7d14fccd1c94d783254f2d /testdata | |
| parent | 34ae901ff30a32d9aef33bfe25561ff2f685cb0c (diff) | |
| download | haminer-65e1848bd4aec12390fe15ebd83ff4bc53a8afec.tar.xz | |
config: replace configuration with ini file format
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/haminer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/haminer.conf b/testdata/haminer.conf new file mode 100644 index 0000000..554b04e --- /dev/null +++ b/testdata/haminer.conf @@ -0,0 +1,5 @@ +[haminer] +listen = 0.0.0.0:8080 +accept_backend = a , b, +capture_request_header = host | referrer| +influxdb_api_write = http://127.0.0.1:8086/write |
