From 45ecdf59f8b0c4090041ce86aad2e5f606253f0d Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sat, 13 May 2023 19:19:37 +0100 Subject: Migrate config library to TOML --- src/config/database-example.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/config/database-example.js (limited to 'src/config/database-example.js') diff --git a/src/config/database-example.js b/src/config/database-example.js deleted file mode 100644 index ca7bdcc..0000000 --- a/src/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