Renamed service to api
This commit is contained in:
6
.env
6
.env
@@ -1,4 +1,4 @@
|
||||
RUST_LOG=warn,service=info
|
||||
RUST_LOG=warn,api=info
|
||||
|
||||
DATABASE_CONTAINER=aviation-db
|
||||
DATABASE_USER=aviation
|
||||
@@ -16,8 +16,8 @@ MINIO_HOST=localhost
|
||||
MINIO_PORT=9000
|
||||
MINIO_PORT_INTERNAL=9001
|
||||
|
||||
SERVICE_HOST=localhost
|
||||
SERVICE_PORT=5000
|
||||
API_HOST=localhost
|
||||
API_PORT=5000
|
||||
UI_PORT=3000
|
||||
NODE_ENV=development
|
||||
|
||||
|
||||
Reference in New Issue
Block a user