-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I'm transforming to intermediary values, not the final values;
I'm unable to transform this:
"ClientStoreExpiration": 300,
into this:
"ClientStoreExpiration": $IdentityServerClientStoreExpiration,
Is this possible?
When it's a string there is no problem because it sits inside quotes, ex:
"UserStoreUrl": "http:\\localhost" into "UserStoreUrl": "$UserStoreUrl"
Metadata
Metadata
Assignees
Labels
No labels