Skip to content

Commit 9e5023e

Browse files
authored
Fix broken service registration on Cloud Foundry (#430)
1 parent 4e30ffe commit 9e5023e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.Development.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"ShouldFetchRegistry": false
1717
},
1818
"Instance": {
19+
"AppName": "fortuneService",
1920
// Register in STARTING state, until the database has been seeded.
2021
"InstanceEnabledOnInit": false,
2122
// Use shortened timings to make this sample more responsive.

0 commit comments

Comments
 (0)