-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: env
variable instructions on locally-api.md
#3223
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Dogacel is attempting to deploy a commit to the Flagsmith Team on Vercel. A member of the Team first needs to authorize it. |
Hi @Dogacel thanks for the PR! Can you format the file with prettier? |
Done! One thing to note,
|
Yeah, We use pre-commit to run linters that auto-fix the code. make lint is mostly used to |
Great catch! Thanks @Dogacel |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Update the documentation for
ENV
variable.How did you test this code?
I tried to use this environment variable but it did not affect anything. So checked the source code and realized the docs is out-dated. Seems like this flag is now called
ENVIRONMENT
.https://github.com/Flagsmith/flagsmith/blob/93ea01ca8d4b927b2b244fe2d5e555f6a345126d/api/app/settings/common.py#L35C1-L39