chore: change docker compose file and .env.example

This commit is contained in:
2026-05-24 15:51:12 +03:30
parent d9db3e5e21
commit 29281a6657
2 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -10,4 +10,4 @@
# should be updated accordingly.
# Drizzle
DATABASE_URL="postgresql://postgres:password@localhost:5432/novin"
DATABASE_URL="postgresql://app_user:strong_password@localhost:5432/app_db"