Remove misleading config file
This commit is contained in:
parent
30bd2936a3
commit
29839ec552
@ -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`
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"comment": "Copy this file and edit to provide scripts with details",
|
|
||||||
"database": {
|
|
||||||
"host": "localhost",
|
|
||||||
"port": 5432,
|
|
||||||
"database": "",
|
|
||||||
"user": "",
|
|
||||||
"password": ""
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user