Skip to content

Commit

Permalink
updating .env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mxu2000 authored May 23, 2024
1 parent fee0f90 commit 9a8a5e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,19 @@ Way of Collection: Downloaded shapefiles
#### **.env Setup**
- The path of `.env` should look like: DataForGood-chicago/dataforgood/.env

- The format in `.env` should look like the following:
- The format in `.env` should look like the following:\
`SECRET_KEY=`\
`DB_NAME=`\
`DB_USER=`\
`DB_PASSWORD=`\
`DB_HOST=`\
`DB_PORT=`\
`open_ai_key=`\
`CENSUS_API_KEY=`
`CENSUS_API_KEY=`\
`GDAL_LIBRARY_PATH=`\
`GEOS_LIBRARY_PATH=`\
`DB_TEST_USER=`\
`DB_TEST_PASSWORD=`

#### **Launching the Web Application**

Expand Down

0 comments on commit 9a8a5e3

Please sign in to comment.