fxpixiv/Rocket.toml
2024-09-30 22:45:42 +02:00

10 lines
147 B
TOML

[development]
address = "localhost"
port = 5470
[production]
address = "0.0.0.0"
port = 5470
[default.databases.pixiv]
url = "sqlite:fxpixiv.db"