Files
CMT/.env
T
linmihigo e60489715a WIP: initial fastapi endpoint implementation
Client endpoint - GET & POST implemented
2025-06-08 23:17:58 +02:00

9 lines
243 B
Bash

# 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