Skip to content

Commit a44a1c8

Browse files
Update DATABASE_CONNECTION_URI to use DATABASE_URL
1 parent fa09d37 commit a44a1c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DEL_INSTANCE=false
5252

5353
# Provider: postgresql | mysql | psql_bouncer
5454
DATABASE_PROVIDER=postgresql
55-
DATABASE_CONNECTION_URI='postgresql://user:pass@postgres:5432/evolution_db?schema=evolution_api'
55+
DATABASE_CONNECTION_URI=$DATABASE_URL'
5656
# Client name for the database connection
5757
# It is used to separate an API installation from another that uses the same database.
5858
DATABASE_CONNECTION_CLIENT_NAME=evolution_exchange

0 commit comments

Comments
 (0)