File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,18 +18,17 @@ API_KEY_PREFIX=ce_api_
1818KUBERNETES_NAMESPACE = container-engine
1919
2020# Domain Configuration
21- DOMAIN_SUFFIX = container-engine.app
21+ DOMAIN_SUFFIX = your_domain_suffix
2222
2323# Email Configuration - Mailtrap Live SMTP
24- MAILTRAP_SMTP_HOST = live.smtp.mailtrap.io
24+ MAILTRAP_SMTP_HOST = your_host
2525MAILTRAP_SMTP_PORT = 587
26- MAILTRAP_USERNAME = your_mailtrap_username
26+ MAILTRAP_USERNAME = your_mailtrap_usernamehost
2727MAILTRAP_PASSWORD = your_mailtrap_password
28- EMAIL_FROM = noreply@yourdomain.com
29- EMAIL_FROM_NAME = Container Engine
28+ EMAIL_FROM = noreply@yourdomain.comapp
29+ EMAIL_FROM_NAME = your_app
30+
3031
31- # Webhook Configuration
32- WEBHOOK_URL = https://your-webhook-endpoint.com/api/webhook/container-engine/events?api_key=your_api_key
3332
3433# Logging
3534RUST_LOG = container_engine=debug,tower_http=debug
You can’t perform that action at this time.
0 commit comments