Commit 0ac9d192 authored by 假想控's avatar 假想控 Committed by GitHub

修改 [db]&[mail]

1.[db]
engine = __MYSQL_ENGINE__
database = __MYSQL_NAME__
2.[mail]
email_use_ssl = __MAIL_USE_SSL__
parent d9e497e8
...@@ -6,12 +6,12 @@ port = 80 ...@@ -6,12 +6,12 @@ port = 80
log = debug log = debug
[db] [db]
engine = __ENGINE__ engine = __MYSQL_ENGINE__
host = __MYSQL_HOST__ host = __MYSQL_HOST__
port = __MYSQL_PORT__ port = __MYSQL_PORT__
user = __MYSQL_USER__ user = __MYSQL_USER__
password = __MYSQL_PASS__ password = __MYSQL_PASS__
database = __DATEBASE__ database = __MYSQL_NAME__
[mail] [mail]
mail_enable = __MAIL_ENABLED__ mail_enable = __MAIL_ENABLED__
...@@ -20,6 +20,7 @@ email_port = __MAIL_PORT__ ...@@ -20,6 +20,7 @@ email_port = __MAIL_PORT__
email_host_user = __MAIL_USER__ email_host_user = __MAIL_USER__
email_host_password = __MAIL_PASS__ email_host_password = __MAIL_PASS__
email_use_tls = __MAIL_USE_TLS__ email_use_tls = __MAIL_USE_TLS__
email_use_ssl = __MAIL_USE_SSL__
[connect] [connect]
nav_sort_by = ip nav_sort_by = ip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment