mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-19 13:26:42 +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) {
|
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