|
1 | 1 | { |
2 | 2 | "AppSettings": { |
3 | 3 | "MultiTenancy": false, |
4 | | - "DatabaseEngine": "PostgreSql", |
| 4 | + "DatabaseEngine": "SqlServer", |
5 | 5 | "CreateDbInstancesSweepIntervalInMins": 5, |
6 | 6 | "CreateDbInstancesMaxRetryAttempts": 3, |
7 | 7 | "DeleteDbInstancesSweepIntervalInMins": 5, |
8 | 8 | "DeleteDbInstancesMaxRetryAttempts": 3, |
9 | 9 | "IgnoresCertificateErrors": true, |
10 | 10 | "adminApiMode": "v2", |
11 | 11 | "EncryptionKey": "TDMyNH0lJmo7aDRnNXYoSmAwSXQpV09nbitHSWJTKn0=", |
12 | | - "SqlServerMinimalBakFile": "./backups/EdFi_Ods_Minimal_Template.bak", |
13 | | - "SqlServerSampleBakFile": "./backups/EdFi_Ods_Populated_Template.bak" |
| 12 | + "SqlServerMinimalBakFile": "/var/opt/mssql/data/sql-backups/EdFi.Ods.Minimal.Template.bak", |
| 13 | + "SqlServerSampleBakFile": "/var/opt/mssql/data/sql-backups/EdFi.Ods.Populated.Template.bak" |
14 | 14 | }, |
15 | 15 | "AdminConsoleSettings": { |
16 | 16 | "CorsSettings": { |
|
28 | 28 | "RoleClaimAttribute": "http://schemas.microsoft.com/ws/2008/06/identity/claims/role", |
29 | 29 | "AllowRegistration": true |
30 | 30 | }, |
31 | | - /// PGSQL |
| 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: |
32 | 39 | "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" |
| 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" |
37 | 44 | }, |
38 | | - //"ConnectionStrings": { /// MSSQL |
39 | | - // "EdFi_Admin": "Data Source=localhost,1435;Initial Catalog=EdFi_Admin;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
40 | | - // "EdFi_Security": "Data Source=localhost,1435;Initial Catalog=EdFi_Security;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
41 | | - // "EdFi_Ods": "Data Source=localhost,1434;Initial Catalog=EdFi_Ods;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True", |
42 | | - // "EdFi_Master": "Data Source=localhost,1434;Initial Catalog=master;Integrated Security=False;User Id=sa;Password=P@55w0rd;Encrypt=True;TrustServerCertificate=True" |
43 | | - //}, |
44 | 45 | "SwaggerSettings": { |
45 | 46 | "EnableSwagger": true, |
46 | 47 | "DefaultTenant": "tenant1" |
|
0 commit comments