Skip to content

Commit

Permalink
Correct env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Oct 4, 2021
1 parent f896baf commit 7b9f8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -18,8 +18,8 @@ jobs:
DJANGO_SETTINGS_MODULE: django_bpp.settings.test
- image: mpasternak79/circleci-postgres:12
environment:
POSTGRESS_PASSWORD=password
POSTGRES_HOST_AUTH_METHOD=trust
POSTGRESS_PASSWORD: password
POSTGRES_HOST_AUTH_METHOD: trust
- image: redis:latest

steps:
Expand Down

0 comments on commit 7b9f8f5

Please sign in to comment.