Skip to content

Commit f9c3e50

Browse files
authored
Enable stats header in launch settings (#20)
1 parent 27d291a commit f9c3e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Garage.AppHost/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22178",
1414
"SlowOperationDelay": "1000",
1515
"EnableDatabaseWinners": "false",
16-
"EnableStatsHeader": "false"
16+
"EnableStatsHeader": "true"
1717
}
1818
},
1919
"http": {
@@ -32,4 +32,4 @@
3232
}
3333
}
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)