mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
6 lines
294 B
YAML
6 lines
294 B
YAML
docker_compose_project_name: "bigbluebutton"
|
|
database_host: "postgres" # needs to be fixed
|
|
database_name: "greenlight-v3"
|
|
database_username: "postgres"
|
|
database_password: ""
|
|
database_type: "postgres" |