mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-16 13:53:05 +00:00
Solved baserow variable bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Public URL
|
# Public URL
|
||||||
BASEROW_PUBLIC_URL=https://{{ domain }}
|
BASEROW_PUBLIC_URL={{ domains | get_url(application_id, WEB_PROTOCOL) }}
|
||||||
|
|
||||||
# Email Server Configuration
|
# Email Server Configuration
|
||||||
EMAIL_SMTP={{ system_email.smtp | upper }}
|
EMAIL_SMTP={{ system_email.smtp | upper }}
|
||||||
@@ -12,7 +12,7 @@ EMAIL_SMTP_USE_TLS={{ system_email.tls | upper }}
|
|||||||
DATABASE_USER={{ database_username }}
|
DATABASE_USER={{ database_username }}
|
||||||
DATABASE_NAME={{ database_name }}
|
DATABASE_NAME={{ database_name }}
|
||||||
DATABASE_HOST={{ database_host }}
|
DATABASE_HOST={{ database_host }}
|
||||||
DATABASE_PORT={{database_port}}
|
DATABASE_PORT={{ database_port }}
|
||||||
DATABASE_PASSWORD={{ database_password }}
|
DATABASE_PASSWORD={{ database_password }}
|
||||||
|
|
||||||
REDIS_URL=redis://redis:6379
|
REDIS_URL=redis://redis:6379
|
||||||
|
|||||||
Reference in New Issue
Block a user