11 lines
283 B
TOML
11 lines
283 B
TOML
# 复制本文件并重命名为 config.toml,再填写本地练习数据库信息。
|
||
# config.toml 已加入 .gitignore,不会被 Git 跟踪。
|
||
|
||
[postgresql]
|
||
host = "数据库主机"
|
||
port = 5432
|
||
dbname = "数据库名"
|
||
user = "用户名"
|
||
password = "密码"
|
||
connect_timeout = 10
|