aboutsummaryrefslogtreecommitdiffstats
path: root/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2016-09-19 15:57:16 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2016-09-19 15:57:16 +0800
commit6be48e1015bc20005ed31f8b857842a59e1c9dfa (patch)
treee95214c0e5e570b3399938d6eb938b9ea0f1bf2a /msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext
parent185f8b203942067d02c4b28df91e95ab1d9bc6eb (diff)
Add scripts for external API gateway
Change-Id: Ice85f6277d0a0d54e00c60a08c687b4ba6b22183 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext')
-rw-r--r--msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/msbconf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/msbconf.lua b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/msbconf.lua
index 4e820f5..de8a402 100644
--- a/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/msbconf.lua
+++ b/msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/msbconf.lua
@@ -22,5 +22,5 @@ local _M = {}
_M._VERSION = '1.0.0'
return {
- auth_plugin_status = "on"
+ auth_plugin_status = "off"
} \ No newline at end of file