Skip to content
Snippets Groups Projects
.env 442 B
Newer Older
# Image settings
IMAGE_TAG=0.0.1

# Database configuration
DB_PORT=3307
DB_NAME=myDB
DB_USER=user
DB_PASSWORD=user
DB_CHARSET=utf8mb4

# Keeping these for dev purposes, will remove at the end
#DB_PORT=3308
#DB_NAME=AspNetCoreDb
#DB_USER=root
#DB_PASSWORD=
#DB_CHARSET=utf8mb4

# Service ports
USER_MICROSERVICE_PORT=5089
FLIGHT_MICROSERVICE_PORT=5175
GATEWAY_API_PORT=5267
BOOKING_MICROSERVICE_PORT=5207
CLIENT_PORT=4200