diff options
Diffstat (limited to 'Timeline/Properties')
-rw-r--r-- | Timeline/Properties/launchSettings.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json deleted file mode 100644 index de8186db..00000000 --- a/Timeline/Properties/launchSettings.json +++ /dev/null @@ -1,27 +0,0 @@ -{
- "profiles": {
- "Development": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_USEPROXYFRONTEND": "true",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
- }
- },
- "Development-Mock": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_USEMOCKFRONTEND": "true",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
- }
- },
- "Staging": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Staging",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
- }
- }
- }
-}
|