Newer
Older
# Image settings
IMAGE_TAG=0.0.1
DB_PORT=3307
DB_NAME=myDB
DB_USER=user
DB_PASSWORD=user
# Keeping these for dev purposes, will remove at the end
#DB_PORT=3308
#DB_NAME=AspNetCoreDb
#DB_USER=root
#DB_PASSWORD=
#DB_CHARSET=utf8mb4
USER_MICROSERVICE_PORT=5089
FLIGHT_MICROSERVICE_PORT=5175
GATEWAY_API_PORT=5267
BOOKING_MICROSERVICE_PORT=5207
CLIENT_PORT=4200