mirror of
https://github.com/fergalmoran/api.fergl.ie.git
synced 2025-12-22 09:18:23 +00:00
13 lines
266 B
JSON
13 lines
266 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"SSL": {
|
|
"PemFile": "/etc/letsencrypt/live/dev.fergl.ie/fullchain.pem",
|
|
"KeyFile": "/etc/letsencrypt/live/dev.fergl.ie/privkey.pem"
|
|
}
|
|
}
|