설정값을 변경함
deploy / deploy (push) Successful in 1m51s
deploy / notify (push) Successful in 1s

This commit is contained in:
2026-08-14 13:39:39 +09:00
parent 1dd1c48d10
commit 9383252c67
2 changed files with 6 additions and 6 deletions
@@ -3,6 +3,6 @@
"Mode": "DevelopmentHeader" "Mode": "DevelopmentHeader"
}, },
"ConnectionStrings": { "ConnectionStrings": {
"Postgres": "" "Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb;Username=kartsell;Password=kartsell4321@!"
} }
} }
+5 -5
View File
@@ -7,20 +7,20 @@
} }
}, },
"ConnectionStrings": { "ConnectionStrings": {
"Postgres": "" "Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb;Username=kartsell;Password=kartsell4321@!"
}, },
"ExternalApis": { "ExternalApis": {
"KrxOpenApi": { "KrxOpenApi": {
"ApiKey": "", "ApiKey": "FB391C96F128419AAFB193AB73DD6B8263E0D021",
"BaseUrl": "https://openapi.krx.co.kr" "BaseUrl": "https://openapi.krx.co.kr"
}, },
"OpenDart": { "OpenDart": {
"ApiKey": "", "ApiKey": "75fa723edaf910cdb5e5412fb970333f2a334c63 ",
"BaseUrl": "https://opendart.fss.or.kr" "BaseUrl": "https://opendart.fss.or.kr"
}, },
"Kis": { "Kis": {
"ApiKey": "", "ApiKey": "PSO3IbfKGVzArif97sdLhtfHZUo0wE7qLx8R",
"ApiSecret": "", "ApiSecret": "0BD6sP51aB5pf3CXZLGXM1reyE1CWokwPuUOUR6zXve224OXHse9V1thvziQLIyGlQxNeWkshu6mo4WadZOODd1Iw+gN8cxbxnyf4jLIOuJc43jbwAP3SCIoX74WYMQUZCdnq2RJGcdux8JTXMzozh8zIMJKOc2B51qa+jiRNdKIItLBuJA=",
"BaseUrl": "https://openapi.kbsec.com" "BaseUrl": "https://openapi.kbsec.com"
} }
}, },