diff --git a/.env.example b/.env similarity index 98% rename from .env.example rename to .env index 90649eeb..b488ab8d 100644 --- a/.env.example +++ b/.env @@ -23,7 +23,7 @@ DEL_INSTANCE=false # Provider: postgresql | mysql 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 # It is used to separate an API installation from another that uses the same database. DATABASE_CONNECTION_CLIENT_NAME=evolution_exchange