fxpixiv/Rocket.toml
theBreadCompany c36f125437 fixes
2024-10-15 16:17:29 +02:00

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"