revert console.yml
This commit is contained in:
parent
0cd8aac956
commit
c2f1869334
18
console.yml
18
console.yml
|
@ -1,19 +1,11 @@
|
||||||
path.configs: "config"
|
path.configs: "config"
|
||||||
configs.auto_reload: true
|
configs.auto_reload: true
|
||||||
|
|
||||||
env:
|
|
||||||
# INFINI_CONSOLE_ENDPOINT: "https://play.infinilabs.com:64443"
|
|
||||||
WECHAT_WEBHOOK_ENDPOINT: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=9f5989ae-e82f-4e39-b4f9-cab0638d0229"
|
|
||||||
SLACK_WEBHOOK_ENDPOINT: "https://hooks.slack.com/services/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"
|
|
||||||
DINGTALK_WEBHOOK_ENDPOINT: "https://oapi.dingtalk.com/robot/send?access_token=6a5c7c9454ff74537a6de493153b1da68860942d4b0aeb33797cb68b5111b077"
|
|
||||||
web:
|
web:
|
||||||
enabled: true
|
enabled: true
|
||||||
embedding_api: true
|
embedding_api: true
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: true
|
||||||
websocket:
|
|
||||||
skip_host_verify: true
|
|
||||||
permitted_hosts: ["localhost:8000"]
|
|
||||||
ui:
|
ui:
|
||||||
enabled: true
|
enabled: true
|
||||||
path: .public
|
path: .public
|
||||||
|
@ -72,12 +64,4 @@ badger:
|
||||||
# authorize_url: "https://github.com/login/oauth/authorize"
|
# authorize_url: "https://github.com/login/oauth/authorize"
|
||||||
# token_url: "https://github.com/login/oauth/access_token"
|
# token_url: "https://github.com/login/oauth/access_token"
|
||||||
# redirect_url: ""
|
# redirect_url: ""
|
||||||
# scopes: []
|
# scopes: []
|
||||||
|
|
||||||
agent:
|
|
||||||
setup:
|
|
||||||
download_url: "https://release.infinilabs.com/agent/snapshot"
|
|
||||||
version: 0.5.0_NIGHTLY-151
|
|
||||||
ca_cert: "/Users/liugq/go/src/infini.sh/console/config/certs/ca.crt"
|
|
||||||
ca_key: "/Users/liugq/go/src/infini.sh/console/config/certs/ca.key"
|
|
||||||
script_endpoint: "http://localhost:9000"
|
|
Loading…
Reference in New Issue