mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 04:31:13 +01:00
Commented unnecessary database variables out
This commit is contained in:
parent
07929063ad
commit
7f7a85dc63
@ -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"
|
Loading…
Reference in New Issue
Block a user