Files
KArtSell.Aegis/src/KArtSell.Host/appsettings.Development.json
T
kjh2064 ba02debf9e
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
환경설정은 고정
2026-08-02 16:30:07 +09:00

17 lines
344 B
JSON

{
"ConnectionStrings": {
"Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb_test;Username=kartsell_test;Password=kartsell4321@!_test"
},
"Authentication": {
"Mode": "DevelopmentHeader"
},
"ModelOperations": {
"DispatcherEnabled": false
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug"
}
}
}