Nexus/settings.toml

23 lines
463 B
TOML
Raw Normal View History

2024-10-20 09:23:53 +00:00
bind = "0.0.0.0:8001"
grpc_bind = "0.0.0.0:7001"
2024-10-19 14:36:33 +00:00
domain = "localhost"
[debug]
database = false
print_routes = false
[database]
2024-10-20 11:04:41 +00:00
dsn = "host=localhost user=postgres dbname=postgres password=password port=5432 sslmode=disable"
prefix = "sn_"
2024-10-19 14:36:33 +00:00
2024-10-24 15:46:09 +00:00
[mq]
addr = "localhost:4222"
2024-10-21 14:07:36 +00:00
[kv]
endpoints = ["localhost:2379"]
2024-10-21 16:12:28 +00:00
[security]
public_key = "keys/public_key.pem"
internal_public_key = "keys/internal_public_key.pem"
internal_private_key = "keys/internal_private_key.pem"