Skip to content

Commit

Permalink
chore: remove conf server (#10490)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek authored Nov 15, 2023
1 parent 44b1a48 commit aa2d061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 301 deletions.
299 changes: 0 additions & 299 deletions apisix/conf_server.lua

This file was deleted.

2 changes: 0 additions & 2 deletions apisix/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ require("jit.opt").start("minstitch=2", "maxtrace=4000",

require("apisix.patch").patch()
local core = require("apisix.core")
local conf_server = require("apisix.conf_server")
local plugin = require("apisix.plugin")
local plugin_config = require("apisix.plugin_config")
local consumer_group = require("apisix.consumer_group")
Expand Down Expand Up @@ -102,7 +101,6 @@ function _M.http_init(args)
end

xrpc.init()
conf_server.init()
end


Expand Down

0 comments on commit aa2d061

Please sign in to comment.