Skip to content

Commit 4963f45

Browse files
authored
chore(deps)!: upgrade sqitch to v7 (#180)
1 parent 7b1e42e commit 4963f45

18 files changed

+41
-44
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,27 @@ This project is deployed in accordance to the [DargStack template](https://githu
7474

7575
The database's password.
7676

77-
- ### `postgres_role_grafana_password`
77+
- ### `postgres_role_service_grafana_password`
7878

7979
The password of the observation dashboard's database role.
8080

81-
- ### `postgres_role_grafana_username`
81+
- ### `postgres_role_service_grafana_username`
8282

8383
The username of the observation dashboard's database role.
8484

85-
- ### `postgres_role_postgraphile_password`
85+
- ### `postgres_role_service_postgraphile_password`
8686

8787
The password of the GraphQL API database wrapper's database role.
8888

89-
- ### `postgres_role_postgraphile_username`
89+
- ### `postgres_role_service_postgraphile_username`
9090

9191
The username of the GraphQL API database wrapper's database role.
9292

93-
- ### `postgres_role_vibetype_password`
93+
- ### `postgres_role_service_vibetype_password`
9494

9595
The `tusd` database role's password.
9696

97-
- ### `postgres_role_vibetype_username`
97+
- ### `postgres_role_service_vibetype_username`
9898

9999
The `tusd` database role's password.
100100

src/development/configurations/grafana/grafana.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[database]
22
host = postgres:5432
3-
password = $__file{/run/secrets/postgres_role_grafana_password}
3+
password = $__file{/run/secrets/postgres_role_service_grafana_password}
44
type = postgres
5-
user = $__file{/run/secrets/postgres_role_grafana_username}
5+
user = $__file{/run/secrets/postgres_role_service_grafana_username}
66

77
[security]
88
admin_email = admin@localhost

src/development/secrets/postgres/role_grafana_password.secret renamed to src/development/secrets/postgres/role_service_grafana_password.secret

File renamed without changes.

src/development/secrets/postgres/role_grafana_password.secret.template renamed to src/development/secrets/postgres/role_service_grafana_password.secret.template

File renamed without changes.

src/development/secrets/postgres/role_grafana_username.secret renamed to src/development/secrets/postgres/role_service_grafana_username.secret

File renamed without changes.

src/development/secrets/postgres/role_grafana_username.secret.template renamed to src/development/secrets/postgres/role_service_grafana_username.secret.template

File renamed without changes.

src/development/secrets/postgres/role_postgraphile_password.secret renamed to src/development/secrets/postgres/role_service_postgraphile_password.secret

File renamed without changes.

src/development/secrets/postgres/role_postgraphile_password.secret.template renamed to src/development/secrets/postgres/role_service_postgraphile_password.secret.template

File renamed without changes.

src/development/secrets/postgres/role_postgraphile_username.secret renamed to src/development/secrets/postgres/role_service_postgraphile_username.secret

File renamed without changes.

src/development/secrets/postgres/role_postgraphile_username.secret.template renamed to src/development/secrets/postgres/role_service_postgraphile_username.secret.template

File renamed without changes.

0 commit comments

Comments
 (0)