Skip to content

Commit

Permalink
fixed env name
Browse files Browse the repository at this point in the history
  • Loading branch information
pyprism committed Jul 15, 2024
1 parent f3511c4 commit 0c44b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
SECRET_KEY: xyz1234567890qwerty
DEBUG: False
ALLOWED_HOSTS: ['localhost', '127.0.0.1']
ALLOWED_HOSTS: 'localhost', '127.0.0.1'
TIMEZONE: Asia/Dhaka
DB_NAME: diary,
DB_PASSWORD: hiren,
Expand Down

0 comments on commit 0c44b22

Please sign in to comment.