Added database type

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-05 00:09:01 +01:00
parent fa1fefafa6
commit d322f64465

View File

@ -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"