-rw-r--r-- | backend/node/src/conf.json | 3 |
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" +} |