We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7628486 + e6562ec commit c817985Copy full SHA for c817985
src/API/LeadershipProfileAPI/appsettings.Development.json
@@ -1,6 +1,6 @@
1
{
2
"ConnectionStrings": {
3
- "EdFi": "#{LpDatabase}"
+ "EdFi": "server=localhost;database=EdFi_Ods_Populated_Template;Trusted_Connection=True;"
4
},
5
"Logging": {
6
"LogLevel": {
src/API/LeadershipProfileAPI/appsettings.json
@@ -3,7 +3,7 @@
"ODS-API": "https://api.ed-fi.org/",
"ODS-API-Client-HandlerLifetimeInMin": "30",
- "EdFi": "server=localhost;database=EdFi_Ods_Populated_Template;Trusted_Connection=True;"
+ "EdFi": "#{LpDatabase}"
7
8
"EmailSettings": {
9
"Server": "127.0.0.1",
0 commit comments