mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-03 09:39:37 +00:00
feature: env vars to auto-create root user during initial setup
This commit is contained in:
parent
03da194953
commit
0a49d13c67
3 changed files with 33 additions and 1 deletions
|
|
@ -6,5 +6,8 @@ module.exports.config = {
|
|||
MetadataPath: Path.resolve('metadata'),
|
||||
FFmpegPath: '/usr/bin/ffmpeg',
|
||||
FFProbePath: '/usr/bin/ffprobe',
|
||||
SkipBinariesCheck: false
|
||||
SkipBinariesCheck: false,
|
||||
// Auto-create root user during initial setup
|
||||
// InitUserName: 'admin',
|
||||
// InitUserPassword: 'password'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue