10 lines
135 B
TOML
10 lines
135 B
TOML
redis_url = "redis://127.0.0.1:6379"
|
|
listen_address = "127.0.0.1"
|
|
port = 9684
|
|
|
|
[agencies]
|
|
[agencies.rtd]
|
|
url = "https://example.com"
|
|
|
|
|