Skip to content

Commit 6039087

Browse files
author
secus217
authored
Modify .env.development for new settings
Updated environment variables for development configuration.
1 parent 604eb6d commit 6039087

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.env.development

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ API_KEY_PREFIX=ce_dev_
1919
KUBERNETES_NAMESPACE=container-engine-dev
2020

2121
# Domain Configuration
22-
DOMAIN_SUFFIX=vinhomes.co.uk
22+
DOMAIN_SUFFIX=your_domain_suffix
2323

2424
# Email Configuration - Mailtrap
25-
MAILTRAP_SMTP_HOST=live.smtp.mailtrap.io
26-
MAILTRAP_SMTP_PORT=587
25+
MAILTRAP_SMTP_HOST=your_host
26+
MAILTRAP_SMTP_PORT=587email
2727
MAILTRAP_USERNAME=your_mailtrap_username
2828
MAILTRAP_PASSWORD=your_mailtrap_password
29-
EMAIL_FROM=noreply@vinhomes.co.uk
30-
EMAIL_FROM_NAME=Container Engine
29+
EMAIL_FROM=your_email
30+
EMAIL_FROM_NAME=your_app_name
3131

3232
# Logging
3333
RUST_LOG=container_engine=debug,tower_http=debug

0 commit comments

Comments
 (0)