From 4d3c6605ad6a44dcfbd92c88e1a803221915c3e3 Mon Sep 17 00:00:00 2001 From: Florian Brede Date: Tue, 18 May 2021 05:35:14 +0200 Subject: [PATCH] FIX: config.sample.js database.sqlite --- config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index b7351c0..0e03bdc 100644 --- a/config.sample.js +++ b/config.sample.js @@ -1,7 +1,7 @@ var config = { applicationSalt: 'RANDOM_SEED', - databaseFile: 'database.json', + databaseFile: 'database.sqlite', allowAccountRegistration: true,