-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathappsettings.json
33 lines (30 loc) · 1.87 KB
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"KissLog.OrganizationId": "c53bbf33-3d0c-4d75-9418-0d10d0271c7a",
"KissLog.ApplicationId": "26da5578-090b-4bbf-a189-3bf4cabbc56a",
"KissLog.ApiUrl": "https://api.kisslog.net",
"AllowedHosts": "*",
"ConnectionStrings": {
//String de conex�o do azure
//"SistemaDeControleDeTCCsContextConnection": "Server=tcp:pi2controledetcc.database.windows.net,1433;Initial Catalog=tcc_controle;Persist Security Info=False;User ID=projetointegrador;Password=vSbD7x3WtAwiqs1bLjgk;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
//"SistemaDeControleDeTCCsContextConnection": "Data Source=pi2controledetcc.database.windows.net,1433;Database=ControleTccDB;Initial Catalog=tcc_controle;User ID=projetointegrador;Password=vSbD7x3WtAwiqs1bLjgk;"
"SistemaDeControleDeTCCsContextConnection": "User ID={username}; Database={nome do banco de dados}; Password={senha}"
//"SistemaDeControleDeTCCsContextConnection": "Data Source=172.29.210.15,1433;Database=ControleTccDB;Initial Catalog=tcc_controle;User ID=SA;Password=xSuoEXfI5R2wgng8U6bs;"
//"SistemaDeControleDeTCCsContextConnection": "Server=(localdb)\\mssqllocaldb;Database=ControleTccDb;Trusted_Connection=True;MultipleActiveResultSets=true"
//"ApplicationDbContextConnection": "Server=(localdb)\\mssqllocaldb;Database=ControleTccDb.Mvc;Trusted_Connection=True;MultipleActiveResultSets=true"
//"StringDeConexaoDavi": "Data Source=172.23.178.78,1433;Database=ControleTccDB;Initial Catalog=tcc_controle;User ID=SA;Password=xSuoEXfI5R2wgng8U6bs;"
},
"Email": {
"Host": "SMTP.office365.com",
"Port": 587,
"EnableSSL": true,
"UserName": "projeto.integrador2@outlook.com",
"Password": "w7Px5vwlFEuy7FrvKZXE"
}
}