Skip to content

Commit

Permalink
Clarify core env. variables
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Aug 14, 2024
1 parent 92ced7c commit 8f2ccb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ The configuration of FederatedCode depends on environment variables:

- FEDERATEDCODE_WORKSPACE_LOCATION: Directory location of the workspace where we store local Git repos and
content. Default to var/ in current directory in development
- FEDERATEDCODE_CLIENT_ID:
- FEDERATEDCODE_CLIENT_SECRET: Generated id and secret stored in a .env file
- These are generated id and secrets stored in a .env file when running `make envfile`
- SECRET_KEY: Django's secret key
- FEDERATEDCODE_CLIENT_ID: Client UUID
- FEDERATEDCODE_CLIENT_SECRET: Own secret key


Acknowledgements
Expand Down

0 comments on commit 8f2ccb6

Please sign in to comment.