mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-08 11:57:52 +08:00
17 lines
241 B
Plaintext
17 lines
241 B
Plaintext
[app]
|
|
debug = false
|
|
trace = false
|
|
|
|
[database]
|
|
hostname = {hostname}
|
|
database = {database}
|
|
username = {username}
|
|
password = {password}
|
|
hostport = {hostport}
|
|
charset = utf8mb4
|
|
prefix = lsky_
|
|
|
|
[system]
|
|
intercept_salacity = false
|
|
url_query = ''
|