This is an automated email from the ASF dual-hosted git repository.
membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 5c8d7b0 chore: remove `conf/config-default.json` (#175)
5c8d7b0 is described below
commit 5c8d7b0f6e2936175c6645b6310658a2a1068e58
Author: 马胜杰 <[email protected]>
AuthorDate: Wed Jan 13 20:41:36 2021 +0800
chore: remove `conf/config-default.json` (#175)
fix #145
---
conf/config-default.json | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/conf/config-default.json b/conf/config-default.json
deleted file mode 100644
index c7f5051..0000000
--- a/conf/config-default.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "log_level": "info",
- "log_output": "stderr",
- "http_listen": ":8080",
- "enable_profiling": true,
- "kubernetes": {
- "kubeconfig": "",
- "resync_interval": "6h"
- },
- "apisix": {
- "base_url": "http://127.0.0.1:9080/apisix/admin"
- }
-}