DockerComposeOrchestration/.env.example

3 lines
161 B
Plaintext

DATABASE_URL="mysql://root:@localhost:3306/sipintar_school"
NEXTAUTH_SECRET="your-secret-key-here-change-this-in-production"
NEXTAUTH_URL="http://localhost:3000"