This commit is contained in:
Joe Tretter
2018-09-18 11:54:56 -05:00
commit 339333625d
7 changed files with 968 additions and 0 deletions

5
config.js Normal file
View File

@@ -0,0 +1,5 @@
let dbFileName = './playdb.sqlite3';
module.exports = {
dbFileName
};