mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-18 00:19:49 +01:00
Fix typo environment variable instead of environemnt variable. (#537)
This commit is contained in:
parent
c986b489bd
commit
ee0941a405
@ -56,7 +56,7 @@ module.exports = {
|
|||||||
|
|
||||||
if (!options.databaseUrl) {
|
if (!options.databaseUrl) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
'You must either pass databaseUrl option or set environemnt variable DATABASE_URL || (DATABASE_HOST, DATABASE_PORT, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME)'
|
'You must either pass databaseUrl option or set environment variable DATABASE_URL || (DATABASE_HOST, DATABASE_PORT, DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME)'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user