Files
docker-ep-web-server/.env.example
T

9 lines
277 B
Bash

# Generate a long, random value before deploying.
SECRET_KEY=replace-with-a-long-random-secret
PUBLIC_URL=https://eternityproject.fi
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USERNAME=your-smtp-username
MAIL_PASSWORD=your-smtp-password
MAIL_FROM=noreply@eternityproject.fi