mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-19 21:36:40 +00:00
Do not throw on unrecognized .env var
This commit is contained in:
parent
345cdbc813
commit
357cf74a91
@ -105,7 +105,7 @@ export const SETTINGS = {
|
||||
}
|
||||
})
|
||||
if (!passed) {
|
||||
throw new Error(`Exiting due to .env errors`)
|
||||
// throw new Error(`Exiting due to .env errors`)
|
||||
}
|
||||
})()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user