Skip to content

Commit

Permalink
Resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Salonichoudhary07 authored Jan 19, 2022
1 parent 7ea432d commit 21dbb9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# django
APP_ENV='local' # local, staging, production
SECRET_KEY='i%&w001-tkaz_f&r#=1%9^90eaqdhu1byjjx#11n*zf&ua@s9@' # generate from https://djecrety.ir/
SECRET_KEY='' # generate from https://djecrety.ir/
DEBUG=False
# [::1] is all IPv6
# * is all IPv4
Expand Down Expand Up @@ -37,8 +37,6 @@ BIGQUERY_CREDENTIALS=''
REDIS_HOSTNAME='redis'
REDIS_PORT=6379



SUPERUSER_EMAIL=''
SUPERUSER_PASSWORD=''

Expand Down
2 changes: 0 additions & 2 deletions docs/ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ Hostname of your Redis instance
#### `REDIS_PORT`
Port of your Redis instance



### Superuser
#### `SUPERUSER_EMAIL`
Email for the superuser created during installation.
Expand Down

0 comments on commit 21dbb9b

Please sign in to comment.