환경설정은 고정
ci / backend (push) Failing after 0s
ci / static (push) Failing after 6s
Build & Test with Secrets / build (push) Failing after 1s
ci / frontend (push) Failing after 58s
Build & Test with Secrets / frontend (push) Failing after 55s
Build & Test with Secrets / security-scan (push) Successful in 4s
Build & Test with Secrets / notification (push) Failing after 1s

This commit is contained in:
2026-08-02 16:30:07 +09:00
parent eb106d578e
commit ba02debf9e
2 changed files with 4 additions and 1 deletions
@@ -1,4 +1,7 @@
{
"ConnectionStrings": {
"Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb_test;Username=kartsell_test;Password=kartsell4321@!_test"
},
"Authentication": {
"Mode": "DevelopmentHeader"
},
+1 -1
View File
@@ -7,7 +7,7 @@
}
},
"ConnectionStrings": {
"Postgres": "${KARTSELL_POSTGRES}"
"Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb;Username=kartsell;Password=kartsell4321@!"
},
"ExternalApis": {
"KrxOpenApi": {