We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a899e3f commit 4fa8a32Copy full SHA for 4fa8a32
2 files changed
dev/secrets.json.example
@@ -65,14 +65,4 @@
65
}
66
67
68
- "ngrokAuthToken": "",
69
- "workingDirectory": "../dev",
70
- "clientsRelativePath": "<relative path to the client project>",
71
- "pricingServiceSecretsPath": "<relative path to the secrets file for the pricing service>",
72
- "pricingServiceRelativePath": "<relative path to the pricing service project>",
73
- "scripts": {
74
- "dbMigration": "migrate.ps1",
75
- "azuriteSetup": "setup_azurite.ps1",
76
- "secretsSetup": "setup_secrets.ps1"
77
- },
78
dev/setup_secrets.ps1
@@ -29,7 +29,6 @@ $projects = @{
29
IntegrationTests = "../test/Infrastructure.IntegrationTest"
30
SeederApi = "../util/SeederApi"
31
SeederUtility = "../util/SeederUtility"
32
- AppHost = "../AppHost"
33
34
35
foreach ($key in $projects.keys) {
0 commit comments