File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ DEL_INSTANCE=false
2929
3030# Provider: postgresql | mysql
3131DATABASE_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
32+ DATABASE_CONNECTION_URI = ' postgresql://user:pass@postgres:6543/evolution_db ?pgbouncer=true&schema=evolution_api'
33+ DATABASE_DIRECT_CONNECTION_URI = postgresql://user:pass@postgres:5432/evolution_db ?schema=evolution_api
3434# Client name for the database connection
3535# It is used to separate an API installation from another that uses the same database.
3636DATABASE_CONNECTION_CLIENT_NAME = evolution_exchange
You can’t perform that action at this time.
0 commit comments