claude bot: db user/pwd changes to postgres
This commit is contained in:
@@ -117,5 +117,5 @@ jobs:
|
||||
NODE_VERSION: 24.x
|
||||
POSTGRES_HOST: postgres
|
||||
POSTGRES_PORT: 5432
|
||||
DATABASE_URL: postgres://app_client:app_password@localhost:5432/inventory_2?sslmode=disable
|
||||
TEST_DATABASE_URL: postgres://app_client:app_password@localhost:5432/inventory_2_test?sslmode=disable
|
||||
DATABASE_URL: postgres://postgres:postgres@postgres:5432/inventory_2?sslmode=disable
|
||||
TEST_DATABASE_URL: postgres://postgres:postgres@postgres:5432/inventory_2_test?sslmode=disable
|
||||
|
||||
Reference in New Issue
Block a user