19 lines
346 B
TOML
19 lines
346 B
TOML
[db]
|
|
host = "192.168.10.119"
|
|
port = 3306
|
|
user = "sacn"
|
|
passwd = "your_passwd"
|
|
db = "sacn_accout"
|
|
maxsize = 10
|
|
minsize = 10
|
|
|
|
[common]
|
|
access_token_expire_minutes = 60
|
|
clean_timeout = 3600
|
|
key = "some_random_key_for_init"
|
|
auth = "You_account_system_link_on_local"
|
|
|
|
[ui]
|
|
title = "Study Area CN comments"
|
|
link = "You_account_system_link_on_internet"
|