mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
5 lines
230 B
YAML
5 lines
230 B
YAML
application_id: "baserow"
|
|
database_password: "{{ baserow_database_password }}"
|
|
database_type: "postgres"
|
|
domain: "{{ domains[application_id] }}"
|
|
http_port: "{{ ports.localhost.http[application_id] }}" |