|
1 | 1 | { |
2 | 2 | "ConnectionStrings": { |
3 | 3 | // Postgre Connection |
4 | | - //"SSOConnection": "Server=localhost;Port=5432;Database=jpproject;User Id=postgres;Password=@Password1;" |
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 |
| 4 | + //"SSOConnection": "Server=localhost;Port=5432;Database=jpproject;User Id=postgres;Password=@Password1;", |
| 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 | 8 | //"SSOConnection": "server=localhost,port=3306;database=jpproject;user=bruno;password=10203040" |
9 | 9 | // SQLite Connection |
10 | | - "SSOConnection": "Data Source=jpproject.db" |
| 10 | + //"SSOConnection": "Data Source=jpproject.db" |
11 | 11 | }, |
12 | 12 | "CertificateOptions": { |
13 | 13 | "Type": "Temporary", |
|
38 | 38 | "ClientId": "27416902506-r7o9rfmcma3m6gnuck7q5vf1939o3003.apps.googleusercontent.com", |
39 | 39 | "ClientSecret": "BZ3muDLrCavUcsFPz44hK9-i" |
40 | 40 | }, |
41 | | - "Logging": { |
42 | | - "IncludeScopes": false, |
43 | | - "LogLevel": { |
44 | | - "Default": "Debug", |
45 | | - "System": "Information", |
46 | | - "Microsoft": "Information" |
47 | | - } |
48 | | - }, |
49 | | - "EmailConfiguration": { |
50 | | - "SmtpServer": "smtp.gmail.com", |
51 | | - "SmtpPort": 587, |
52 | | - "UseSsl": false, |
53 | | - "SmtpUsername": "donotreply@jpproject.com", |
54 | | - "SmtpPassword": "<secret>", |
55 | | - "FromName": "Jp Project Team", |
56 | | - "FromAddress": "donotreply@jpproject.com", |
57 | | - "SendEmail": "false" |
58 | | - }, |
59 | | - "ExternalLogin": { |
60 | | - "Google": { |
61 | | - "ClientId": "27416902506-r7o9rfmcma3m6gnuck7q5vf1939o3003.apps.googleusercontent.com", |
62 | | - "ClientSecret": "BZ3muDLrCavUcsFPz44hK9-i" |
63 | | - }, |
64 | | - "Facebook": { |
65 | | - "ClientId": "2205593199670245", |
66 | | - "ClientSecret": "c5646224e92f226ffa49be2e1482d284" |
67 | | - } |
68 | | - }, |
| 41 | + "Facebook": { |
| 42 | + "ClientId": "2205593199670245", |
| 43 | + "ClientSecret": "c5646224e92f226ffa49be2e1482d284" |
| 44 | + } |
| 45 | + }, |
69 | 46 | "ApplicationSettings": { |
70 | 47 | "EnableExternalProviders": "true", |
71 | 48 | "UserManagementURL": "http://localhost:4200", |
72 | 49 | "IS4AdminUi": "http://localhost:4300", |
73 | | - "DatabaseType": "SQLITE", |
| 50 | + "DatabaseType": "SqlServer", |
74 | 51 | "DefaultUser": "bruno", |
75 | 52 | "DefaultPass": "Pa$$word123", |
76 | 53 | "DefaultEmail": "bhdebrito@gmail.com" |
|
0 commit comments