|
1 | 1 | { |
2 | | - "ConnectionStrings": { |
3 | | - // localdb |
4 | | - // "SSOConnection": "Server=(localdb)\\mssqllocaldb;Database=JpProject;Trusted_Connection=True;MultipleActiveResultSets=true", |
5 | | - // Sql Server connection |
6 | | - // "SSOConnection": "Server=.;Initial Catalog=JpProject;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;" |
7 | | - // MySql connection |
8 | | - "SSOConnection": "server=10.10.0.6;database=Usuarios;user=sso;password=dlCx1F&:s@45xTnw_386.TdKss17w0%5+-:Q-F)1so9B2TC.Vk^}D8b7NPr49:TH" |
9 | | - }, |
10 | | - "Logging": { |
11 | | - "IncludeScopes": false, |
12 | | - "LogLevel": { |
13 | | - "Default": "Debug", |
14 | | - "System": "Information", |
15 | | - "Microsoft": "Information" |
| 2 | + "ConnectionStrings": { |
| 3 | + // localdb |
| 4 | + // "SSOConnection": "Server=(localdb)\\mssqllocaldb;Database=JpProject;Trusted_Connection=True;MultipleActiveResultSets=true", |
| 5 | + // Sql Server connection |
| 6 | + // "SSOConnection": "Server=.;Initial Catalog=JpProject;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;" |
| 7 | + // MySql connection |
| 8 | + "SSOConnection": "server=localhost;database=JpProject;user=bruno;password=pass" |
| 9 | + }, |
| 10 | + "Logging": { |
| 11 | + "IncludeScopes": false, |
| 12 | + "LogLevel": { |
| 13 | + "Default": "Debug", |
| 14 | + "System": "Information", |
| 15 | + "Microsoft": "Information" |
| 16 | + } |
| 17 | + }, |
| 18 | + "Storage": { |
| 19 | + "AccountName": "jpproject", |
| 20 | + // Will be deactivated asap |
| 21 | + "AccountKey": "WyDWcXZykeX3hA/WteVm3j2w7ryZlBUqBzamxHmohViWs9VQHXlxJNH0BBHn2TSAQ1HE8Ys1+MvsHaUSwZiqDA==" |
| 22 | + }, |
| 23 | + "EmailConfiguration": { |
| 24 | + "SmtpServer": "smtp.gmail.com", |
| 25 | + "SmtpPort": 587, |
| 26 | + "SmtpUsername": "donotreply@jpproject.com", |
| 27 | + "SmtpPassword": "<secret>", |
| 28 | + "FromName": "Jp Project Team", |
| 29 | + "FromAddress": "donotreply@jpproject.com", |
| 30 | + "SendEmail": "false" |
16 | 31 | } |
17 | | - }, |
18 | | - "Storage": { |
19 | | - "AccountName": "jpproject", |
20 | | - // Will be deactivated asap |
21 | | - "AccountKey": "WyDWcXZykeX3hA/WteVm3j2w7ryZlBUqBzamxHmohViWs9VQHXlxJNH0BBHn2TSAQ1HE8Ys1+MvsHaUSwZiqDA==" |
22 | | - }, |
23 | | - "EmailConfiguration": { |
24 | | - "SmtpServer": "smtp.gmail.com", |
25 | | - "SmtpPort": 587, |
26 | | - "SmtpUsername": "donotreply@jpproject.com", |
27 | | - "SmtpPassword": "<secret>", |
28 | | - "FromName": "Jp Project Team", |
29 | | - "FromAddress": "donotreply@jpproject.com", |
30 | | - "SendEmail": "false" |
31 | | - } |
32 | 32 | } |
0 commit comments