Renamed service to api

This commit is contained in:
2024-09-03 17:15:48 -04:00
parent ec1661e048
commit 310d1eaad8
36 changed files with 46 additions and 46 deletions

6
.env
View File

@@ -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