diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-05-12 16:54:06 +0100 |
commit | bfe708d48f603998a1f2c4cad4a6f9f8683dc18f (patch) | |
tree | bc0402abb6fd999f00e2b180144a34c851e36abf /config/database-docker.js | |
parent | 69b4c854b399554ed413cc7ff9d625aee5053927 (diff) |
Migrate to Typescript
Diffstat (limited to 'config/database-docker.js')
-rw-r--r-- | config/database-docker.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/database-docker.js b/config/database-docker.js deleted file mode 100644 index 7847097..0000000 --- a/config/database-docker.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - 'url' : 'mongodb://mongo:27017/gathio' // For dockerised MongoDB connection -}; |