We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b920f9 commit 09429e6Copy full SHA for 09429e6
1 file changed
.env.example
@@ -29,8 +29,8 @@ DEL_INSTANCE=false
29
30
# Provider: postgresql | mysql
31
DATABASE_PROVIDER=postgresql
32
-DATABASE_CONNECTION_URI='postgresql://user:pass@postgres:6543/evolution?pgbouncer=true&schema=evolution_api'
33
-DATABASE_DIRECT_CONNECTION_URI=postgresql://user:pass@postgres:5432/evolution?schema=evolution_api
+DATABASE_CONNECTION_URI='postgresql://user:pass@postgres:6543/evolution_db?pgbouncer=true&schema=evolution_api'
+DATABASE_DIRECT_CONNECTION_URI=postgresql://user:pass@postgres:5432/evolution_db?schema=evolution_api
34
# Client name for the database connection
35
# It is used to separate an API installation from another that uses the same database.
36
DATABASE_CONNECTION_CLIENT_NAME=evolution_exchange
0 commit comments