mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 21:01:53 +01:00
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
|
USER_UID=1000
|
||
|
USER_GID=1000
|
||
|
DB_TYPE=mysql
|
||
|
DB_HOST={{database_host}}:{{database_port}}
|
||
|
DB_NAME={{database_name}}
|
||
|
DB_USER={{database_username}}
|
||
|
DB_PASSWD={{database_password}}
|
||
|
SSH_PORT={{ports.public.ssh_ports[application_id]}}
|
||
|
SSH_LISTEN_PORT=22
|
||
|
DOMAIN={{domain}}
|
||
|
SSH_DOMAIN={{domain}}
|
||
|
RUN_MODE="{{run_mode}}"
|
||
|
ROOT_URL="https://{{domain}}/"
|