설정 저장하기
ci / backend (push) Failing after 1s
ci / static (push) Failing after 6s
ci / frontend (push) Failing after 42s

This commit is contained in:
2026-08-02 13:58:08 +09:00
parent 722c1d7306
commit c564bb728e
2 changed files with 12 additions and 1 deletions
@@ -4,5 +4,10 @@
},
"ModelOperations": {
"DispatcherEnabled": false
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug"
}
}
}
+7 -1
View File
@@ -7,7 +7,13 @@
}
},
"ConnectionStrings": {
"Postgres": "Host=localhost;Port=5432;Database=kartsell;Username=kartsell;Password=kartsell"
"Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb;Username=kartsell;Password=kartsell4321@!"
},
"ExternalApis": {
"KrxOpenApi": {
"ApiKey": "FB391C96F128419AAFB193AB73DD6B8263E0D021",
"BaseUrl": "https://openapi.krx.co.kr"
}
},
"Authentication": {
"Mode": "FailClosed"