mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 04:31:13 +01:00
Added database type
This commit is contained in:
parent
fa1fefafa6
commit
d322f64465
@ -2,4 +2,5 @@ docker_compose_project_name: "bigbluebutton"
|
||||
database_host: "postgres" # needs to be fixed
|
||||
database_databasename: "greenlight-v3"
|
||||
database_username: "postgres"
|
||||
database_password: ""
|
||||
database_password: ""
|
||||
database_type: "postgres"
|
Loading…
Reference in New Issue
Block a user