From e4d1c918444c15e2e1480ecb332e61ec8feb7629 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 19 Feb 2014 22:32:59 +0000 Subject: Initial commit --- config.json.default | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json.default (limited to 'config.json.default') diff --git a/config.json.default b/config.json.default new file mode 100644 index 0000000..8b0ee91 --- /dev/null +++ b/config.json.default @@ -0,0 +1,7 @@ +{ + "user": "", + "password": "password", + "server": "localhost", + "port": "5432", + "database": "hampshire" +} -- cgit v1.2.3