In code src/install.js
, it seems configure variables like admin:username
, defaultTheme
are loaded from config.json. But it seems there configure variables don't affect the setup results at all. How could I setup with a configured admin account and theme?
{
"url": "http://0.0.0.0:4567",
"secret": "123456-eb70-4605-kkerg-720752bc4aca",
"defaultTheme": "nodebb-theme-timuu",
"setup": {
"admin:username": "admin",
"admin:password": "abcdefg",
"admin:password:confirm": "abcdefg",
"admin:email": "[email protected]"
}
}