16 lines
275 B
TOML
16 lines
275 B
TOML
[server]
|
|
bind_address = "0.0.0.0"
|
|
port = 8080
|
|
|
|
[database]
|
|
url = "postgres://postgres:postgres@postgres:5432/nxmesh"
|
|
max_connections = 10
|
|
|
|
[grpc]
|
|
bind_address = "0.0.0.0"
|
|
port = 8443
|
|
|
|
[auth]
|
|
jwt_secret = "development-secret-do-not-use-in-production"
|
|
jwt_expiration_hours = 24
|