6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
ALLOWED_ORIGINS=https://example.org
|
||||
EMAIL="user@example.org"
|
||||
EMAIL_PASSWORD="..."
|
||||
EMAIL_HOST="smtp.example.org"
|
||||
EMAIL_PORT=587
|
||||
ENVIRONMENT="TEST"
|
||||
Reference in New Issue
Block a user