|
1 | 1 | { |
2 | 2 | "AppSettings": { |
3 | 3 | "MultiTenancy": false, |
4 | | - "DatabaseEngine": "SqlServer", |
| 4 | + "DatabaseEngine": "PostgreSql", |
5 | 5 | "CreateDbInstancesSweepIntervalInMins": 5, |
6 | 6 | "CreateDbInstancesMaxRetryAttempts": 3, |
7 | 7 | "DeleteDbInstancesSweepIntervalInMins": 5, |
|
29 | 29 | "AllowRegistration": true |
30 | 30 | }, |
31 | 31 | /// PGSQL: |
32 | | - //"ConnectionStrings": { |
33 | | - // "EdFi_Admin": "host=localhost;port=5880;username=postgres;password=P@ssw0rd;database=EdFi_Admin;pooling=true", |
34 | | - // "EdFi_Security": "host=localhost;port=5880;username=postgres;password=P@ssw0rd;database=EdFi_Security;pooling=true", |
35 | | - // "EdFi_Ods": "host=localhost;port=5401;username=postgres;password=P@ssw0rd;database=EdFi_Ods;pooling=true", |
36 | | - // "EdFi_Master": "host=localhost;port=5401;username=postgres;password=P@ssw0rd;database=postgres;pooling=true" |
37 | | - //}, |
38 | | - /// MSSQL: |
39 | 32 | "ConnectionStrings": { |
40 | | - "EdFi_Admin": "Data Source=localhost,1435;Initial Catalog=EdFi_Admin;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
41 | | - "EdFi_Security": "Data Source=localhost,1435;Initial Catalog=EdFi_Security;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
42 | | - "EdFi_Ods": "Data Source=localhost,1434;Initial Catalog=EdFi_Ods;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
43 | | - "EdFi_Master": "Data Source=localhost,1434;Initial Catalog=master;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True" |
| 33 | + "EdFi_Admin": "host=localhost;port=5880;username=postgres;password=P@ssw0rd;database=EdFi_Admin;pooling=true", |
| 34 | + "EdFi_Security": "host=localhost;port=5880;username=postgres;password=P@ssw0rd;database=EdFi_Security;pooling=true", |
| 35 | + "EdFi_Ods": "host=localhost;port=5401;username=postgres;password=P@ssw0rd;database=EdFi_Ods;pooling=true", |
| 36 | + "EdFi_Master": "host=localhost;port=5401;username=postgres;password=P@ssw0rd;database=postgres;pooling=true" |
44 | 37 | }, |
| 38 | + /// MSSQL: |
| 39 | + //"ConnectionStrings": { |
| 40 | + // "EdFi_Admin": "Data Source=localhost,1435;Initial Catalog=EdFi_Admin;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
| 41 | + // "EdFi_Security": "Data Source=localhost,1435;Initial Catalog=EdFi_Security;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
| 42 | + // "EdFi_Ods": "Data Source=localhost,1434;Initial Catalog=EdFi_Ods;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
| 43 | + // "EdFi_Master": "Data Source=localhost,1434;Initial Catalog=master;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True" |
| 44 | + //}, |
45 | 45 | "SwaggerSettings": { |
46 | 46 | "EnableSwagger": true, |
47 | 47 | "DefaultTenant": "tenant1" |
|
0 commit comments