summaryrefslogtreecommitdiff
path: root/backend/node/src/conf.json
authorMichael Krelin <hacker@klever.net>2013-11-22 17:05:41 (UTC)
committer Michael Krelin <hacker@klever.net>2013-11-24 20:03:19 (UTC)
commitbcfe3d4f277b5d87e5c3fd56479e07f194a37144 (patch) (side-by-side diff)
treef2cdd9f27c59e4a17727d9fb353d55e04aed97da /backend/node/src/conf.json
parent1180b7b195157aaeb4f0d5380e0c886bbd06c2e2 (diff)
downloadclipperz-bcfe3d4f277b5d87e5c3fd56479e07f194a37144.zip
clipperz-bcfe3d4f277b5d87e5c3fd56479e07f194a37144.tar.gz
clipperz-bcfe3d4f277b5d87e5c3fd56479e07f194a37144.tar.bz2
nodejs+postgresql backend
Diffstat (limited to 'backend/node/src/conf.json') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/node/src/conf.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/node/src/conf.json b/backend/node/src/conf.json
new file mode 100644
index 0000000..bc1f65e
--- a/dev/null
+++ b/backend/node/src/conf.json
@@ -0,0 +1,3 @@
+{
+ "psql": "postgresql:///clipperz"
+}