diff --git a/constants.go b/constants.go index 31d3531..06ab7d0 100644 --- a/constants.go +++ b/constants.go @@ -1,6 +1 @@ package main - -const ( - ConfigPathFlagName = "config-dir" - ConfigFileName = "config.json" -) diff --git a/logging.json b/logging.json deleted file mode 100644 index bfe748f..0000000 --- a/logging.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "level": "debug", - "development": true, - "disableCaller": true, - "disableStacktrace": true, - "sampling": { - "initial": 100, - "thereafter": 100 - }, - "encoding": "console", - "encoderConfig": { - "messageKey": "message", - "levelKey": "level", - "timeKey": "time", - "nameKey": "name", - "callerKey": "caller", - "stacktraceKey": "stacktrace", - "lineEnding": "\n", - "levelEncoder": "color", - "timeEncoder": "ISO8601", - "durationEncoder": "string", - "callerEncoder": "full", - "nameEncoder": "full" - }, - "outputPaths": ["stdout", "/tmp/logs"], - "errorOutputPaths": ["stderr"] -} \ No newline at end of file diff --git a/noauthprobe.json b/noauthprobe.json deleted file mode 100644 index 8e02e65..0000000 --- a/noauthprobe.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "tempKey": "aecae27c-11ef-4c0b-b3ee-d711681b2e8c" -} \ No newline at end of file