12 lines
347 B
Bash
12 lines
347 B
Bash
log_level=DEBUG
|
||
|
||
# sqlite连接方式:sqlite:///
|
||
database_url=sqlite:///./logs.db
|
||
|
||
wechat_webhook_url=https://qyapi.weixin.qq.com/cgi-bin/webhook/send
|
||
wechat_webhook_key=f09eb098-f709-4fc6-83b5-4a08a8431b8f
|
||
|
||
openobserve_url=http://172.29.100.41:5080/api/default/_search
|
||
openobserve_username=developer@estun.com
|
||
openobserve_password=developer123
|