Skip to content

Commit abfdbdd

Browse files
committed
Updated secrets file name and formatting in README.md
1 parent d297205 commit abfdbdd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,14 @@ pip install -r requirements.txt
4646
4747
```
4848

49-
### 5. Create a file named mirror_env.py in the same directory containing secrets for DO_DATABASE_URL, AIRTABLE_BASE_ID, and AIRTABLE_TOKEN
49+
### 5. Create a file named .env in the same directory containing secrets for DO_DATABASE_URL, AIRTABLE_BASE_ID, and AIRTABLE_TOKEN
5050

5151
The app should have a DO_DATABASE_URL, AIRTABLE_BASE_ID, and AIRTABLE_TOKEN for PDAP's Data Sources [DigitalOcean](https://digitalocean.com/). Reach out to contact@pdap.io or make noise in Discord if you'd like access to these keys.
5252

5353
```
54-
DO_DATABASE_URL = 'postgres://data_sources_app:<password>@db-postgresql-nyc3-38355-do-user-8463429-0.c.db.ondigitalocean.com:25060/defaultdb'
55-
AIRTABLE_BASE_ID = '<airtable_base_id>'
56-
AIRTABLE_TOKEN = '<airtable_token>'
57-
54+
DO_DATABASE_URL=postgres://data_sources_app:<password>@db-postgresql-nyc3-38355-do-user-8463429-0.c.db.ondigitalocean.com:25060/defaultdb
55+
AIRTABLE_TOKEN=<airtable_token>
56+
AIRTABLE_BASE_ID=<airtable_base_id>
5857
```
5958

6059
### 6. Run the mirror script.

0 commit comments

Comments
 (0)