Skip to content

Commit 03a7fb0

Browse files
FrostyApeOneFrostyApeOne
authored andcommitted
Updated file share name for different environments
1 parent fd9ad76 commit 03a7fb0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/DfE.ExternalApplications.Api/appsettings.Development.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,10 @@
6060
"UseWebSockets": true,
6161
"InstanceIdentifier": "auto"
6262
}
63+
},
64+
"FileStorage": {
65+
"Azure": {
66+
"ShareName": "s184d01-extapi-storage"
67+
}
6368
}
6469
}

src/DfE.ExternalApplications.Api/appsettings.Production.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"UseWebSockets": true,
6060
"InstanceIdentifier": "auto"
6161
}
62+
},
63+
"FileStorage": {
64+
"Azure": {
65+
"ShareName": "s184p01-extapi-storage"
66+
}
6267
}
6368
}
6469

src/DfE.ExternalApplications.Api/appsettings.Test.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"UseWebSockets": true,
6060
"InstanceIdentifier": "auto"
6161
}
62+
},
63+
"FileStorage": {
64+
"Azure": {
65+
"ShareName": "s184t01-extapi-storage"
66+
}
6267
}
6368
}
6469

0 commit comments

Comments
 (0)