aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.go b/config.go
index 78df898..55daa62 100644
--- a/config.go
+++ b/config.go
@@ -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"