Migrated to .env

This commit is contained in:
A Bunch of Computer Nerds 2024-12-08 20:34:29 -03:00
parent fec3bc23ad
commit e3a2fbcc78
4 changed files with 5 additions and 2 deletions

View file

@ -8,7 +8,7 @@ const spamwatchMiddleware = require('../plugins/lib-spamwatch/Middleware.js')(is
const scrobbler_url = 'http://ws.audioscrobbler.com/2.0/';
const api_key = Config.lastKey;
const dbFile = 'props/lastfm.json';
const dbFile = 'src/props/lastfm.json';
let users = {};
function loadUsers() {