Skip to content

Commit

Permalink
Improve example.env
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jun 11, 2024
1 parent d4890c7 commit 477e76a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# when not working on localhost.
# Place copy to ./compose/.env.dev or ./compose/.env.prod
###
ADMIN_AUTH_TOKEN="f2e7412ca332a85e37f3fce88c6a1904fe35ad63"
ADMIN_AUTH_TOKEN="5234522ccbb0299a45a32885cf4b7ab463be6f92"
ADMIN_EMAIL=wilhelm.roentgen@example.org
ADMIN_FIRST_NAME=Wilhelm
ADMIN_LAST_NAME=Roentgen
Expand All @@ -15,7 +15,7 @@ DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
DJANGO_CSRF_TRUSTED_ORIGINS=
DJANGO_EMAIL_HOST=smtp.email.test
DJANGO_INTERNAL_IPS=127.0.0.1
DJANGO_SECRET_KEY="4h&jq+lx(px#*+6meyi0v4jjkz44_=gzs^j^y-g5f_sxpu0e*n"
DJANGO_SECRET_KEY="a=vj5hlneyttr)p5%@#sbhv0k(y5h7glqj-6b=x8&v%0dvfa"
DJANGO_SERVER_EMAIL=radis.support@example.org
FORCE_DEBUG_TOOLBAR=false
OPENAI_API_KEY=
Expand Down

0 comments on commit 477e76a

Please sign in to comment.