File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11ENVIRONMENT='development'
22MODE='dynamic'
3- NATS_URL='amqp ://localhost:5672 '
3+ NATS_URL='nats ://localhost:4222 '
44AQUILA_URL='http://localhost:8080'
55WITH_HEALTH_SERVICE=false
66GRPC_HOST='127.0.0.1'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ impl Config {
3535 Config {
3636 environment : env_with_default ( "ENVIRONMENT" , Environment :: Development ) ,
3737 mode : env_with_default ( "MODE" , Mode :: STATIC ) ,
38- nats_url : env_with_default ( "NATS_URL" , String :: from ( "nats://localhost:5672 " ) ) ,
38+ nats_url : env_with_default ( "NATS_URL" , String :: from ( "nats://localhost:4222 " ) ) ,
3939 aquila_url : env_with_default ( "AQUILA_URL" , String :: from ( "http://localhost:50051" ) ) ,
4040 with_health_service : env_with_default ( "WITH_HEALTH_SERVICE" , false ) ,
4141 grpc_host : env_with_default ( "GRPC_HOST" , "127.0.0.1" . to_string ( ) ) ,
You can’t perform that action at this time.
0 commit comments