Skip to content

Commit a218f29

Browse files
committed
fix(postgres): correct secret comments
1 parent 0105c20 commit a218f29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/development/postgres/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ secrets:
1818
# The username of the GraphQL API database wrapper's database role.
1919
file: ../../../artifacts/secrets/postgres-role-service-postgraphile-username.secret
2020
postgres-role-service-vibetype-password:
21-
# The `tusd` database role's password.
21+
# The `vibetype` database role's password.
2222
file: ../../../artifacts/secrets/postgres-role-service-vibetype-password.secret
2323
postgres-role-service-vibetype-username:
24-
# The `tusd` database role's password.
24+
# The `vibetype` database role's password.
2525
file: ../../../artifacts/secrets/postgres-role-service-vibetype-username.secret
2626
postgres-role-service-zammad-password:
2727
# The password of the customer service database role.

0 commit comments

Comments
 (0)