Skip to content
Snippets Groups Projects
.env 268 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

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