feat: remove nxmesh-cli from workspace members and add development configuration file
This commit is contained in:
15
config/development.toml
Normal file
15
config/development.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user