We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5aaf9 commit 80c7753Copy full SHA for 80c7753
.github/workflows/auth-v1.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run migrations and tests
32
env:
33
SECRET_KEY: secret
34
- ALLOWED_HOSTS: *
+ ALLOWED_HOSTS: 127.0.0.1
35
DB_NAME: dan-auth
36
DB_USER: root
37
DB_PASSWORD: pass
0 commit comments