Reader/settings.toml

14 lines
208 B
TOML
Raw Normal View History

2024-12-14 04:40:29 +00:00
id = "reader01"
2024-12-14 04:43:22 +00:00
bind = "0.0.0.0:8005"
grpc_bind = "0.0.0.0:7005"
2024-12-14 04:40:29 +00:00
nexus_addr = "localhost:7001"
[debug]
database = true
print_routes = false
[security]
internal_public_key = "keys/internal_public_key.pem"