mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-03-21 20:18:40 -06:00
prisma: adjusts for mysql and postgres
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ DEL_INSTANCE=false
|
||||
|
||||
# Permanent data storage
|
||||
DATABASE_ENABLED=true
|
||||
# Provider: postgresql
|
||||
# Provider: postgresql | mysql
|
||||
DATABASE_PROVIDER=postgresql
|
||||
DATABASE_CONNECTION_URI='postgresql://user:pass@localhost:5432/evolution?schema=public'
|
||||
# Client name for the database connection
|
||||
|
||||
Reference in New Issue
Block a user