add obproxy config

This commit is contained in:
wangzelin.wzl
2022-11-14 21:16:18 +08:00
parent 3a7d00b66c
commit a937303a86
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
config:
enable_cluster_checkout: false
skip_proxy_sys_private_check: true
syslog_level: 'DEBUG'
enable_metadb_used: 'false'
enable_qa_mode: 'TRUE'
location_expire_period: '1'
version: 4.0.0
release: 20221031174602.el7

View File

@ -0,0 +1,10 @@
obproxy:
servers:
- 127.0.0.1
global:
listen_port: {{%% LISTEN_PORT %%}}
prometheus_listen_port: {{%% PROMETHEUS_LISTEN_PORT %%}}
home_path: {{%% OBPORXY_HOME_PATH %%}}
include: obd/obproxy.include.yaml
depends:
- {{%% COMPONENT %%}}