mirror of
https://github.com/leonvanzyl/agentic-coding-starter-kit.git
synced 2026-01-29 22:12:03 +00:00
fix/ postgres env name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Database
|
||||
POSTGRES_URL=postgresql://dev_user:dev_password@localhost:5432/agentic_coding_dev
|
||||
POSTGRES_URL=postgresql://dev_user:dev_password@localhost:5432/postgres_dev
|
||||
|
||||
# Authentication - Better Auth
|
||||
# Generate key using https://www.better-auth.com/docs/installation
|
||||
|
||||
Reference in New Issue
Block a user