Skip to content

Commit

Permalink
Added: Sample .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvind-4 committed Dec 31, 2022
1 parent ad2aad2 commit c79ac92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .sample.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
DJANGO_SECRET_KEY=secret
DJANGO_DEBUG=1
DJANGO_LIVE=0
DJANGO_ADMIN_URL=admin

DJANGO_PG_HOST=
DJANGO_PG_DATABASE=
DJANGO_PG_USER=
DJANGO_PG_PASSWORD=

DJANGO_SUPERUSER_EMAIL=admin@admin.com
DJANGO_SUPERUSER_USERNAME=admin
DJANGO_SUPERUSER_PASSWORD=admin1234

1 comment on commit c79ac92

@vercel
Copy link

@vercel vercel bot commented on c79ac92 Dec 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.