10 lines
147 B
TOML
Executable file
10 lines
147 B
TOML
Executable file
[development]
|
|
address = "localhost"
|
|
port = 5470
|
|
|
|
[production]
|
|
address = "0.0.0.0"
|
|
port = 5470
|
|
|
|
[default.databases.pixiv]
|
|
url = "sqlite:fxpixiv.db"
|