Created
June 25, 2021 00:49
-
-
Save MahdiKarimipour/6e0ad004ec16a2f200e3f8fd06ac9ec6 to your computer and use it in GitHub Desktop.
App Settings File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AppSettings": { | |
"AppName": "SampleApp", | |
"AllowedOrigins": "https://localhost:6500", | |
"AuthSettings": { | |
"Issuer": "https://domain.com", | |
"Audience": "https://domain.com", | |
"AccessTokenExpiration": 5, | |
"RefreshTokenExpiration": 60 | |
}, | |
"SubscriptionApiSettings": { | |
"BaseUrl": "https://localhost:6021", | |
"GetCurrentActiveSubscriptionUrl": "/v1/subscription" | |
}, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment