mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-12 21:30:36 +05:30
9 lines
223 B
TOML
9 lines
223 B
TOML
|
[release]
|
||
|
address = "0.0.0.0"
|
||
|
|
||
|
[debug.databases]
|
||
|
sponsorblock = { url = "postgresql://sponsorblock:password123@localhost" }
|
||
|
|
||
|
[release.databases]
|
||
|
sponsorblock = { url = "postgresql://sponsorblock:password123@sponsorblock" }
|