설정 저장하기
This commit is contained in:
@@ -4,5 +4,10 @@
|
|||||||
},
|
},
|
||||||
"ModelOperations": {
|
"ModelOperations": {
|
||||||
"DispatcherEnabled": false
|
"DispatcherEnabled": false
|
||||||
|
},
|
||||||
|
"Serilog": {
|
||||||
|
"MinimumLevel": {
|
||||||
|
"Default": "Debug"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"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": {
|
"Authentication": {
|
||||||
"Mode": "FailClosed"
|
"Mode": "FailClosed"
|
||||||
|
|||||||
Reference in New Issue
Block a user