Skip to content

Commit

Permalink
Add new resource types to ResourceType enum (#1074)
Browse files Browse the repository at this point in the history
* Add new resource types to ResourceType enum

* Update appsettings.test.json with new GeneralSettings hostname
  • Loading branch information
sonwit authored Sep 16, 2024
1 parent 028cb6b commit 5e6c65b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,15 @@ public enum ResourceType
/// GenericAccessResource
/// </summary>
GenericAccessResource = 16,

/// <summary>
/// BrokerService
/// </summary>
BrokerService = 32,

/// <summary>
/// CorrespondenceService
/// </summary>
CorrespondenceService = 64
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
},
"ResourceRegistrySettings": {
"BaseApiUrl": "http://localhost:5101/"
},
"GeneralSettings": {
"Hostname": "localhost"
}
}

0 comments on commit 5e6c65b

Please sign in to comment.