14 lines
213 B
TOML
14 lines
213 B
TOML
id = "interactive01"
|
|
|
|
bind = "0.0.0.0:8005"
|
|
grpc_bind = "0.0.0.0:7005"
|
|
|
|
nexus_addr = "localhost:7001"
|
|
|
|
[debug]
|
|
database = true
|
|
print_routes = false
|
|
|
|
[security]
|
|
internal_public_key = "keys/internal_public_key.pem"
|