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