19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"ConnectionString": "Data Source=192.168.0.233\\SQL2019;Initial Catalog=DAC_StandManager;Persist Security Info=True;User ID=dac_user;Password=KZ4ZrUPzJV;TrustServerCertificate=True"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"EmailConfig": {
|
|
"From": "registrazioni@gruppodac.eu",
|
|
"ServerAddress": "https://mailbridge.gruppodac.eu/api/graph/NewMessageHtml",
|
|
"MailSplitChar": "#",
|
|
"RangeSize": 20
|
|
}
|
|
}
|