Migrated to .env
This commit is contained in:
parent
fec3bc23ad
commit
e3a2fbcc78
4 changed files with 5 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue