Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created June 25, 2021 00:49
Show Gist options
  • Save MahdiKarimipour/6e0ad004ec16a2f200e3f8fd06ac9ec6 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/6e0ad004ec16a2f200e3f8fd06ac9ec6 to your computer and use it in GitHub Desktop.
App Settings File
{
"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