18 lines
		
	
	
		
			344 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			344 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "RemoteServices": {
 | 
						|
    "Default": {
 | 
						|
      "BaseUrl": "https://localhost:44321"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "IdentityClients": {
 | 
						|
    "Default": {
 | 
						|
      "GrantType": "password",
 | 
						|
      "ClientId": "Dispatch_App",
 | 
						|
      "UserName": "admin",
 | 
						|
      "UserPassword": "1q2w3E*",
 | 
						|
      "Authority": "https://localhost:44321",
 | 
						|
      "Scope": "Dispatch"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |