sponsorblock-mirror/Rocket.toml

9 lines
223 B
TOML
Raw Normal View History

2022-10-22 12:28:40 +00:00
[release]
address = "0.0.0.0"
[debug.databases]
sponsorblock = { url = "postgresql://sponsorblock:password123@localhost" }
[release.databases]
sponsorblock = { url = "postgresql://sponsorblock:password123@sponsorblock" }