You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/02/25 04:01:53 UTC

[apisix-ingress-controller] branch master updated: chore: remove unless conf.json (#267)

This is an automated email from the ASF dual-hosted git repository.

kvn 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 d5ea70b  chore: remove unless conf.json (#267)
d5ea70b is described below

commit d5ea70b3d09c907d5a6e1731432770cc6b76d79e
Author: Cliff Su <st...@yahoo.com.tw>
AuthorDate: Thu Feb 25 12:01:47 2021 +0800

    chore: remove unless conf.json (#267)
---
 conf.json | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/conf.json b/conf.json
deleted file mode 100644
index a624a95..0000000
--- a/conf.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-  "conf":{
-    "k8sAuth": {
-      "file": #k8sAuthFile#
-    },
-    "syslog":{
-      "host": "#syslogAddress#"
-    },
-    "apisix":{
-      "base_url": "#apisixBaseUrl#"
-    }
-}