# Domain
# Will be set to the prod domain with an env var on deployment used by Traefik
# to transmit traffic and acquire TLS certs
ENVIRONMENT=local
PROJECT_NAME="CMT"

# DB URI
DATABASE_URI=mysql+mysqldb://admin:Avatarme1@localhost:3306/CMT
