mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-20 04:55:33 +00:00
Commented unnecessary database variables out
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
docker_compose_project_name: "bigbluebutton"
|
docker_compose_project_name: "bigbluebutton"
|
||||||
database_host: "postgres" # needs to be fixed
|
#database_host: "postgres" # needs to be fixed
|
||||||
database_name: "greenlight-v3"
|
#database_name: "greenlight-v3"
|
||||||
database_username: "postgres"
|
#database_username: "postgres"
|
||||||
database_password: ""
|
#database_password: ""
|
||||||
database_type: "postgres"
|
#database_type: "postgres"
|
Reference in New Issue
Block a user