Skip to content

Commit

Permalink
fix: env variable instructions on locally-api.md (#3223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogacel authored Jan 2, 2024
1 parent fcb5364 commit 4f2fa90
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

3 comments on commit 4f2fa90

@vercel
Copy link

@vercel vercel bot commented on 4f2fa90 Jan 2, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.flagsmith.com
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on 4f2fa90 Jan 2, 2024

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 4f2fa90 Jan 2, 2024

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.