This commit is contained in:
parent
996b52002f
commit
fd02152071
|
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 数据源(正式环境需修改成实际数据库配置)
|
||||
DSN='mysql://root:Coeus!123456@127.0.0.1:3306/intent-system?charset=utf8mb4'
|
||||
DSN='mysql://root:Coeus!123456@127.0.0.1:3306/updsrv?charset=utf8mb4'
|
||||
PG='postgres://postgres:Pg2#123321@127.0.0.1:5432/webdb?sslmode=disable&search_path=public'
|
||||
|
||||
# 管理系统HTTP服务监听地址
|
||||
LISTEN_ADDR="0.0.0.0:8083"
|
||||
LISTEN_ADDR="0.0.0.0:8084"
|
||||
|
||||
# 订阅邮件访问链接域名
|
||||
DOMAIN="http://67.223.119.33:3008/blog"
|
||||
|
|
|
|||
Loading…
Reference in New Issue