From bfe708d48f603998a1f2c4cad4a6f9f8683dc18f Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Fri, 12 May 2023 16:54:06 +0100 Subject: Migrate to Typescript --- config/database-example.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config/database-example.js (limited to 'config/database-example.js') diff --git a/config/database-example.js b/config/database-example.js deleted file mode 100644 index 4aa4c4d..0000000 --- a/config/database-example.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - 'url' : 'mongodb://localhost:27017/gathio' // For local MongoDB connection -}; -- cgit v1.2.3