7 lines
266 B
YAML
7 lines
266 B
YAML
|
|
# 本地开发配置
|
|||
|
|
port: "8082"
|
|||
|
|
jwt_secret: "dev-secret-key"
|
|||
|
|
# Docker 内访问用 db:3306,本地访问用 localhost:6036
|
|||
|
|
database_url: "root:root@tcp(localhost:6036)/x_agents?charset=utf8mb4&parseTime=True&loc=Local"
|
|||
|
|
python_service_url: "http://localhost:8081"
|