Skip to content

Commit 4b84ae3

Browse files
author
secus
committed
:wq
Merge branch 'main' of github.com:secus217/Open-Container-Engine
2 parents 932f364 + ccc3cbd commit 4b84ae3

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.env.example

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ API_KEY_PREFIX=ce_api_
1818
KUBERNETES_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
2525
MAILTRAP_SMTP_PORT=587
2626
MAILTRAP_USERNAME=your_mailtrap_username
2727
MAILTRAP_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
3534
RUST_LOG=container_engine=debug,tower_http=debug

0 commit comments

Comments
 (0)