Skip to content

Commit ef637b1

Browse files
authored
Merge pull request #1228 from NHSDigital/make-test-and-local-use-the-same-db-settings
Change default db password for consistency with test
2 parents 239f21c + d9d53f2 commit ef637b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage_breast_screening/config/.env.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DJANGO_ENV=local
44
ALLOWED_HOSTS="localhost,127.0.0.1"
55
GUNICORN_CMD_ARGS="--log-level DEBUG"
66
DATABASE_NAME=manage
7-
DATABASE_PASSWORD=changeme
7+
DATABASE_PASSWORD=manage
88
DATABASE_USER=manage
99
DATABASE_SSLMODE=allow
1010
DATABASE_HOST=localhost

0 commit comments

Comments
 (0)