Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogacel committed Dec 27, 2023
1 parent 93ea01c commit ce51548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/deployment/hosting/locally-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ the below variables will be ignored.

#### Application Environment Variables

- `ENV`: string representing the current running environment, e.g. 'local', 'dev', 'prod'. Defaults to 'local'
- `ENVIRONMENT`: string representing the current running environment, such as "local", "dev", "staging" or "production".
Defaults to 'local'
- `DJANGO_SECRET_KEY`: secret key required by Django, if one isn't provided one will be created using
`django.core.management.utils.get_random_secret_key`. WARNING: If running multiple API instances, its vital that you
define a shared DJANGO_SECRET_KEY.
Expand Down

0 comments on commit ce51548

Please sign in to comment.