Different small optimatiosn

This commit is contained in:
2025-04-23 13:25:52 +02:00
parent 1376930e5c
commit fd0a978a16
6 changed files with 16 additions and 12 deletions

View File

@@ -50,15 +50,19 @@ env:
## on initial signup example 'user1@example.com,user2@example.com'
DISCOURSE_DEVELOPER_EMAILS: {{users.administrator.email}}
# Set Logo
DISCOURSE_LOGO_URL: "{{service_provider.platform.logo}}"
DISCOURSE_LOGO_SMALL_URL: "{{service_provider.platform.logo}}"
# SMTP ADDRESS, username, and password are required
# WARNING the char '#' in SMTP password can cause problems!
DISCOURSE_SMTP_ADDRESS: {{ system_email.host }}
DISCOURSE_SMTP_PORT: {{ system_email.port }}
DISCOURSE_SMTP_USER_NAME: {{system_email.username}}
DISCOURSE_SMTP_USER_NAME: {{ system_email.username }}
DISCOURSE_SMTP_PASSWORD: {{ system_email.password }}
DISCOURSE_SMTP_ENABLE_START_TLS: {{ system_email.start_tls | upper }}
DISCOURSE_SMTP_DOMAIN: {{ system_email.domain }}
DISCOURSE_NOTIFICATION_EMAIL: {{system_email.from}}
DISCOURSE_NOTIFICATION_EMAIL: {{ system_email.from }}
# Database Configuration
DISCOURSE_DB_USERNAME: {{ database_username }}