mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
DATABASE_PROVIDER default is posttgresql
This commit is contained in:
parent
5829762f91
commit
185fb587e0
@ -6,7 +6,8 @@ const { DATABASE_PROVIDER } = process.env;
|
|||||||
|
|
||||||
if (!DATABASE_PROVIDER) {
|
if (!DATABASE_PROVIDER) {
|
||||||
console.error('DATABASE_PROVIDER is not set in the .env file');
|
console.error('DATABASE_PROVIDER is not set in the .env file');
|
||||||
process.exit(1);
|
DATABASE_PROVIDER = "postgresql"
|
||||||
|
// process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
const command = process.argv
|
const command = process.argv
|
||||||
|
Loading…
Reference in New Issue
Block a user