This commit is contained in:
HotSwapp
2025-08-18 20:20:04 -05:00
parent 89b2bc0aa2
commit bac8cc4bd5
114 changed files with 30258 additions and 1341 deletions

View File

@@ -23,7 +23,7 @@ module.exports = defineConfig({
LOG_TO_FILE: 'False',
ADMIN_EMAIL: 'admin@example.com',
ADMIN_USERNAME: 'admin',
ADMIN_PASSWORD: process.env.ADMIN_PASSWORD || 'admin123',
ADMIN_PASSWORD: process.env.ADMIN_PASSWORD,
},
url: 'http://127.0.0.1:6123/health',
reuseExistingServer: !process.env.CI,