Skip to content

Commit b73174c

Browse files
committed
fix: wpb-21356 remove defunct passwords for postgresql
1 parent 2643329 commit b73174c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Fixed: offline-vm-setup script to use ubuntu cloud image, local seed iso and VM verification process
22
Changed: Add ansible playbook for wiab-staging VM provisioning
3+
Fixed: offline-deploy.sh for SSH_AUTH_SOCK handling and remove defunct passwords for postgresql

terraform/examples/wire-server-deploy-offline-hetzner/outputs.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ output "static-inventory" {
144144
}
145145
vars = {
146146
wire_dbname = "wire-server"
147-
wire_user = "wire-server"
148-
wire_pass = "verysecurepassword"
149147
postgresql_network_interface = "enp7s0"
150148
}
151149
}

0 commit comments

Comments
 (0)