Skip to content

Commit

Permalink
Fix env file
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack authored Feb 15, 2024
1 parent 808addd commit 167fcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ADMIN_FIRST_NAME=Wilhelm
ADMIN_LAST_NAME=Roentgen
ADMIN_USERNAME=admin
ADMIN_PASSWORD=mysecret
ADMIN_AUTH_TOKEN = "f2e7412ca332a85e37f3fce88c6a1904fe35ad63"
ADMIN_AUTH_TOKEN="f2e7412ca332a85e37f3fce88c6a1904fe35ad63"
BASE_URL=https://localhost
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
DJANGO_CSRF_TRUSTED_ORIGINS=
Expand Down

0 comments on commit 167fcb9

Please sign in to comment.