fix: 初验针对修改
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
Service: logs
|
||||
Port: 12440
|
||||
Port: 12440
|
||||
BindIP: 0.0.0.0
|
||||
|
||||
Databases:
|
||||
Driver: postgres
|
||||
Source:
|
||||
- host=8.137.107.29 user=postgres password=Weidong2023~! dbname=ops_dev port=19432 sslmode=disable TimeZone=Asia/Shanghai
|
||||
- "${OPS_LOGS_DB_DSN}"
|
||||
# - host=8.137.107.29 user=system password=12345678 dbname=ops port=54321 sslmode=disable TimeZone=Asia/Shanghai
|
||||
|
||||
# cache DB的选择请在后面直接带参数,不带会自动HASH计算选择DB库。
|
||||
@@ -29,3 +30,11 @@ AlertForward:
|
||||
ResourceEvent:
|
||||
hmac_secret: ${DC_CONTROL_LOGS_EVENT_SECRET}
|
||||
max_skew_secs: 300
|
||||
|
||||
OTLP:
|
||||
internal_key: ${LOGS_OTLP_INTERNAL_KEY}
|
||||
|
||||
SystemSettings:
|
||||
base_url: http://localhost:12436
|
||||
refresh_seconds: 30
|
||||
timeout_seconds: 5
|
||||
|
||||
Reference in New Issue
Block a user