Skip to content

Commit 09429e6

Browse files
author
guilherme
committed
docs: update database name in .env.example from evolution to evolution_db
1 parent 3b920f9 commit 09429e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ DEL_INSTANCE=false
2929

3030
# Provider: postgresql | mysql
3131
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
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.
3636
DATABASE_CONNECTION_CLIENT_NAME=evolution_exchange

0 commit comments

Comments
 (0)