Skip to content

Commit c817985

Browse files
authored
Merge pull request #36 from Ed-Fi-Exchange-OSS/feature/LP-51-Deployment
feature/LP-51-Deployment
2 parents 7628486 + e6562ec commit c817985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/API/LeadershipProfileAPI/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"EdFi": "#{LpDatabase}"
3+
"EdFi": "server=localhost;database=EdFi_Ods_Populated_Template;Trusted_Connection=True;"
44
},
55
"Logging": {
66
"LogLevel": {

src/API/LeadershipProfileAPI/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ODS-API": "https://api.ed-fi.org/",
44
"ODS-API-Client-HandlerLifetimeInMin": "30",
55
"ConnectionStrings": {
6-
"EdFi": "server=localhost;database=EdFi_Ods_Populated_Template;Trusted_Connection=True;"
6+
"EdFi": "#{LpDatabase}"
77
},
88
"EmailSettings": {
99
"Server": "127.0.0.1",

0 commit comments

Comments
 (0)