mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-08-14 23:57:05 +00:00
8 lines
219 B
TOML
8 lines
219 B
TOML
[release]
|
|
address = "0.0.0.0"
|
|
|
|
[debug.databases]
|
|
sponsorblock = { url = "postgresql://sponsorblock:password123@localhost" }
|
|
|
|
[release.databases]
|
|
sponsorblock = { url = "postgresql://sponsorblock:password123@postgres" }
|