build: 配置信息
This commit is contained in:
+5
-5
@@ -3,16 +3,16 @@ server:
|
||||
admin_key: "admin-sk-change-me"
|
||||
|
||||
database:
|
||||
host: "127.0.0.1"
|
||||
host: "mysql"
|
||||
port: 3306
|
||||
user: "notify"
|
||||
password: "${DB_PASSWORD:-notify}"
|
||||
user: "root"
|
||||
password: "${DB_PASSWORD:-7Qay8mksnwrCffGi}"
|
||||
database: "notification"
|
||||
|
||||
redis:
|
||||
host: "127.0.0.1"
|
||||
host: "redis"
|
||||
port: 6379
|
||||
password: ""
|
||||
password: "XBAG3pjZbYxZpTWA"
|
||||
db: 0
|
||||
|
||||
smtp:
|
||||
|
||||
Reference in New Issue
Block a user