From 29839ec55208a47b8e752c26c5635f18ef12e3ed Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Mon, 18 Mar 2019 21:14:09 +0000 Subject: [PATCH] Remove misleading config file --- README.md | 1 - config.template.json | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 config.template.json 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": "" - } -}