We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604eb6d commit 6039087Copy full SHA for 6039087
1 file changed
.env.development
@@ -19,15 +19,15 @@ API_KEY_PREFIX=ce_dev_
19
KUBERNETES_NAMESPACE=container-engine-dev
20
21
# Domain Configuration
22
-DOMAIN_SUFFIX=vinhomes.co.uk
+DOMAIN_SUFFIX=your_domain_suffix
23
24
# Email Configuration - Mailtrap
25
-MAILTRAP_SMTP_HOST=live.smtp.mailtrap.io
26
-MAILTRAP_SMTP_PORT=587
+MAILTRAP_SMTP_HOST=your_host
+MAILTRAP_SMTP_PORT=587email
27
MAILTRAP_USERNAME=your_mailtrap_username
28
MAILTRAP_PASSWORD=your_mailtrap_password
29
-EMAIL_FROM=noreply@vinhomes.co.uk
30
-EMAIL_FROM_NAME=Container Engine
+EMAIL_FROM=your_email
+EMAIL_FROM_NAME=your_app_name
31
32
# Logging
33
RUST_LOG=container_engine=debug,tower_http=debug
0 commit comments