diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -13,15 +13,6 @@ import ( "github.com/shuLhan/share/lib/ini" ) -// List of config keys. -const ( - ConfigKeyAcceptBackend = "accept_backend" - ConfigKeyCaptureRequestHeader = "capture_request_header" - ConfigKeyForwardInterval = "forward_interval" - ConfigKeyInfluxAPIWrite = "influxdb_api_write" - ConfigKeyListen = "listen" -) - // List of default config key values. const ( defListenAddr = "127.0.0.1" |
