2023-06-05 20:22:51 +07:00
{
2024-12-21 01:11:42 +07:00
"Serilog" : {
"MinimumLevel" : {
"Default" : "Information" ,
"Override" : {
"Microsoft" : "Information" ,
"System" : "Warning"
}
}
} ,
"ElasticConfiguration" : {
"Uri" : "http://localhost:9200"
} ,
"AllowedHosts" : "*" ,
"ConnectionStrings" : {
2025-03-14 08:44:04 +07:00
"DefaultConnection" : "server=192.168.1.80;user=root;password=adminVM123;port=3306;database=hrms;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;" ,
"ExamConnection" : "server=192.168.1.80;user=root;password=adminVM123;port=3306;database=hrms_exam;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
2024-12-21 01:11:42 +07:00
} ,
"Jwt" : {
"Key" : "Hp3234M8rH1KjIdvhlUStayo6vIUOIeI76NKyIsiXJ8" ,
2025-03-14 08:44:04 +07:00
"Issuer" : "https://id.frappet.synology.me/realms/hrms"
2024-12-21 01:11:42 +07:00
} ,
"EPPlus" : {
"ExcelPackage" : {
"LicenseContext" : "NonCommercial"
}
} ,
"MinIO" : {
"Endpoint" : "https://s3.frappet.com/" ,
"AccessKey" : "frappet" ,
"SecretKey" : "P@ssw0rd" ,
"BucketName" : "bma-recruit"
} ,
"Protocol" : "HTTPS" ,
"API_KEY" : "fKRL16yyEgbyTEJdsMw2h64tGSCmkW685PRtM3CygzX1JOSdptT9UJtpgWwKM8FybRTJups3GTFwj27ZRvlPdIkv3XgCoVJaD5LmR06ozuEPvCCRSdp2WFthg08V5xHc56fTPfZLpr1VmXrhd6dvYhHIqKkQUJR02Rlkss11cLRWEQOssEFVA4xdu2J5DIRO1EM5m7wRRvEwcDB4mYRXD9HH52SMq6iYqUWEWsMwLdbk7QW9yYESUEuzMW5gWrb6vIeWZxJV5bTz1PcWUyR7eO9Fyw1F5DiQYc9JgzTC1mW7cv31fEtTtrfbJYKIb5EbWilqIEUKC6A0UKBDDek35ML0006cqRVm0pvdOH6jeq7VQyYrhdXe59dBEyhYGUIfozoVBvW7Up4QBuOMjyPjSqJPlMBKwaseptfrblxQV1AOOivSBpf1ZcQyOZ8JktRtKUDSuXsmG0lsXwFlI3JCeSHdpVdgZWFYcJPegqfrB6KotR02t9AVkpLs1ZWrixwz"
}