feat: remove nxmesh-cli from workspace members and add development configuration file
This commit is contained in:
@@ -4,7 +4,6 @@ members = [
|
||||
"crates/nxmesh-proto",
|
||||
"crates/nxmesh-master",
|
||||
"crates/nxmesh-agent",
|
||||
"crates/nxmesh-cli",
|
||||
"migration",
|
||||
]
|
||||
resolver = "3"
|
||||
|
||||
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