11 lines
227 B
TOML
11 lines
227 B
TOML
[release]
|
|
address = "0.0.0.0"
|
|
port = 9345
|
|
|
|
[debug]
|
|
address = "0.0.0.0"
|
|
port = 9345
|
|
# Uncomment to make it production like.
|
|
#log_level = "critical"
|
|
newsreader_database_url = "postgres://newsreader@nixos-07.h.xinu.tv/newsreader"
|