claude bot: db user/pwd changes to postgres
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Tests / Go tests (push) Successful in 15s

This commit is contained in:
2026-08-21 23:15:42 -06:00
parent a3e11a6ad1
commit 6b72532331
+2 -2
View File
@@ -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