10 lines
No EOL
160 B
TOML
10 lines
No EOL
160 B
TOML
[development]
|
|
address = "localhost"
|
|
port = 5470
|
|
|
|
[production]
|
|
address = "0.0.0.0"
|
|
port = 5470
|
|
|
|
[default.databases]
|
|
illustrations = { url = "sqlite:fxpixiv.db" } |