We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 932f364 + ccc3cbd commit 4b84ae3Copy full SHA for 4b84ae3
1 file changed
.env.example
@@ -18,18 +18,17 @@ API_KEY_PREFIX=ce_api_
18
KUBERNETES_NAMESPACE=container-engine
19
20
# Domain Configuration
21
-DOMAIN_SUFFIX=container-engine.app
+DOMAIN_SUFFIX=your_domain_suffix
22
23
# Email Configuration - Mailtrap Live SMTP
24
-MAILTRAP_SMTP_HOST=live.smtp.mailtrap.io
+MAILTRAP_SMTP_HOST=your_host
25
MAILTRAP_SMTP_PORT=587
26
MAILTRAP_USERNAME=your_mailtrap_username
27
MAILTRAP_PASSWORD=your_mailtrap_password
28
-EMAIL_FROM=noreply@yourdomain.com
29
-EMAIL_FROM_NAME=Container Engine
+EMAIL_FROM=noreply@yourdomain.comapp
+EMAIL_FROM_NAME=your_app
30
+
31
-# Webhook Configuration
32
-WEBHOOK_URL=https://your-webhook-endpoint.com/api/webhook/container-engine/events?api_key=your_api_key
33
34
# Logging
35
RUST_LOG=container_engine=debug,tower_http=debug
0 commit comments