Update and rename .env.example to .env

This commit is contained in:
ustoppble 2024-08-20 01:01:57 -03:00 committed by GitHub
parent 9ae5255d5f
commit 4cd84d5519
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ DEL_INSTANCE=false
# Provider: postgresql | mysql # Provider: postgresql | mysql
DATABASE_PROVIDER=postgresql DATABASE_PROVIDER=postgresql
DATABASE_CONNECTION_URI='postgresql://user:pass@localhost:5432/evolution?schema=public' DATABASE_CONNECTION_URI='postgresql://postgres:yIMuyHDPldYgjWqDdayozfNkopqwRWcX@postgres.railway.internal:5432/railway'
# Client name for the database connection # Client name for the database connection
# It is used to separate an API installation from another that uses the same database. # It is used to separate an API installation from another that uses the same database.
DATABASE_CONNECTION_CLIENT_NAME=evolution_exchange DATABASE_CONNECTION_CLIENT_NAME=evolution_exchange