mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -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) {
|
||||
console.error('DATABASE_PROVIDER is not set in the .env file');
|
||||
process.exit(1);
|
||||
DATABASE_PROVIDER = "postgresql"
|
||||
// process.exit(1);
|
||||
}
|
||||
|
||||
const command = process.argv
|
||||
|
Loading…
Reference in New Issue
Block a user