mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat(auth): implement login API integration with backend
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
# PostgreSQL database connection URL
|
||||
# Format: postgresql://username:password@host:port/database
|
||||
# Example: postgresql://postgres:password@localhost:5432/memohome
|
||||
DATABASE_URL=postgresql://username:password@localhost:5432/database_name
|
||||
DATABASE_URL=postgresql://postgres:1234@localhost:5432/database_name
|
||||
|
||||
|
||||
# ==================================
|
||||
|
||||
Reference in New Issue
Block a user