diff --git a/README.md b/README.md index e9c76353..ad008f4f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ for download under a liberal open data license ## Setup and run 1. Provision database (see `migrations`) -1. Fill out details in `config.json` (see `config.template.json`) 1. Load buildings and geometries to database (see `etl`) 1. Install app dependencies: `cd app && npm i` 1. Run tests: `npm test` diff --git a/config.template.json b/config.template.json deleted file mode 100644 index 5bdce980..00000000 --- a/config.template.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "comment": "Copy this file and edit to provide scripts with details", - "database": { - "host": "localhost", - "port": 5432, - "database": "", - "user": "", - "password": "" - } -}