Skip to content

Commit

Permalink
docs: add missing config env (fb storage bucket)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Jan 9, 2024
1 parent 5dd9937 commit f123af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Most of the configuration is stored in environment variables.
At the root of the GitHub repository (in the same directory as `docker-compose.yml`) an example file (`example.env`) with all possible configuration variables exists. To get started copy this file to `.env` (no name is required) and fill in missing variables. The Docker Compose file will access those variables when needed.

> Note: If you want those variables to be accessible as Environment Variables in your current shell (Eg. Inside a Python virtual environment for development.) your need to parse the file and export the variables: `export $(cat .env | xargs)`
> Note: If you want those variables to be accessible as Environment Variables in your current shell (E.g. Inside a Python virtual environment for development.) your need to parse the file and export the variables: `export $(cat .env | xargs)`
In following chapters configuration values and keys are discussed for each part of the MapSwipe Back-end.

Expand All @@ -17,6 +17,7 @@ Required environment variables are:
- FIREBASE_API_KEY
- FIREBASE_DB
- FIREBASE_TOKEN
- FIREBASE_STORAGE_BUCKET
- GOOGLE_APPLICATION_CREDENTIALS

### Postgres DB
Expand Down

0 comments on commit f123af4

Please sign in to comment.