mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
|
# Public URL
|
||
|
BASEROW_PUBLIC_URL=https://{{ domain }}
|
||
|
|
||
|
# Email Server Configuration
|
||
|
EMAIL_SMTP=True
|
||
|
EMAIL_SMTP_HOST={{ system_email_host }}
|
||
|
EMAIL_SMTP_PORT={{ system_email_port }}
|
||
|
EMAIL_SMTP_USER={{ system_email_username }}
|
||
|
EMAIL_SMTP_PASSWORD={{ system_email_password }}
|
||
|
EMAIL_SMTP_USE_TLS=tls
|