13 lines
173 B
TOML
13 lines
173 B
TOML
|
[common]
|
||
|
|
||
|
[database]
|
||
|
host = "localhost"
|
||
|
port = 5432
|
||
|
user = "postgres"
|
||
|
password = "postrootpwd"
|
||
|
db = "furryboard"
|
||
|
|
||
|
[spider_core]
|
||
|
host = "localhost"
|
||
|
port = 9101
|