mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Solved baserow variable bugs
This commit is contained in:
parent
140572a0a4
commit
4c7ee0441e
@ -16,8 +16,8 @@ docker:
|
||||
image: "baserow/baserow"
|
||||
version: "latest"
|
||||
name: "baserow"
|
||||
volumes:
|
||||
data: "baserow_data"
|
||||
volumes:
|
||||
data: "baserow_data"
|
||||
server:
|
||||
domains:
|
||||
canonical:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Public URL
|
||||
BASEROW_PUBLIC_URL=https://{{ domain }}
|
||||
BASEROW_PUBLIC_URL={{ domains | get_url(application_id, WEB_PROTOCOL) }}
|
||||
|
||||
# Email Server Configuration
|
||||
EMAIL_SMTP={{ system_email.smtp | upper }}
|
||||
@ -12,7 +12,7 @@ EMAIL_SMTP_USE_TLS={{ system_email.tls | upper }}
|
||||
DATABASE_USER={{ database_username }}
|
||||
DATABASE_NAME={{ database_name }}
|
||||
DATABASE_HOST={{ database_host }}
|
||||
DATABASE_PORT={{database_port}}
|
||||
DATABASE_PORT={{ database_port }}
|
||||
DATABASE_PASSWORD={{ database_password }}
|
||||
|
||||
REDIS_URL=redis://redis:6379
|
||||
|
Loading…
x
Reference in New Issue
Block a user