e60489715a
Client endpoint - GET & POST implemented
9 lines
243 B
Bash
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
|