diff --git a/.env.example b/.env.example index 7424680..8453286 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -DB_HOST=47.108.227.246 +DB_HOST=127.0.0.1 DB_PORT=5432 -DB_DATABASE=lcly -DB_USERNAME=lcly -DB_PASSWORD=27fvduxcU1tj2xGQ \ No newline at end of file +DB_DATABASE=postgres +DB_USERNAME=postgres +DB_PASSWORD=password \ No newline at end of file