Skip to content

Commit

Permalink
chore: change ip database to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzyct committed Sep 24, 2024
1 parent 12fd53c commit 5b10515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ POSTGRES_USER=admin
POSTGRES_PASSWORD=password123
POSTGRES_DB=auth_api

DATABASE_URL=postgresql://admin:password123@0.0.0.0:6500/auth_api
DATABASE_URL=postgresql://admin:password123@localhost:6500/auth_api

TOKEN_PREFIX=lazycatlabs

Expand Down

0 comments on commit 5b10515

Please sign in to comment.