Remove misleading config file

This commit is contained in:
Tom Russell 2019-03-18 21:14:09 +00:00
parent 30bd2936a3
commit 29839ec552
2 changed files with 0 additions and 11 deletions

View File

@ -26,7 +26,6 @@ for download under a liberal open data license
## Setup and run ## Setup and run
1. Provision database (see `migrations`) 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. Load buildings and geometries to database (see `etl`)
1. Install app dependencies: `cd app && npm i` 1. Install app dependencies: `cd app && npm i`
1. Run tests: `npm test` 1. Run tests: `npm test`

View File

@ -1,10 +0,0 @@
{
"comment": "Copy this file and edit to provide scripts with details",
"database": {
"host": "localhost",
"port": 5432,
"database": "",
"user": "",
"password": ""
}
}