diff --git a/config.js b/config.js index 624a9a3..672dd6f 100644 --- a/config.js +++ b/config.js @@ -9,7 +9,7 @@ module.exports = { server: { port: 3001 }, - passwords: ['fartsex'], + passwords: ['passwordgoeshere'], url: 'http://localhost:3001', storagePath: '/tmp/yes', fileTypes: fileTypes,