mirror of https://github.com/abpframework/abp
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							439 B
						
					
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							439 B
						
					
					
				{
 | 
						|
  "AuthServer": {
 | 
						|
    "Authority": "http://localhost:64999",
 | 
						|
    "ClientId": "public-website-client",
 | 
						|
    "ClientSecret": "1q2w3e*"
 | 
						|
  },
 | 
						|
  "RemoteServices": {
 | 
						|
    "Default": {
 | 
						|
      "BaseUrl": "http://localhost:64897/"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "ElasticSearch": {
 | 
						|
    "Url": "http://localhost:9200"
 | 
						|
  },
 | 
						|
  "Redis": {
 | 
						|
    "Configuration": "127.0.0.1"
 | 
						|
  },
 | 
						|
  "Logging": {
 | 
						|
    "LogLevel": {
 | 
						|
      "Default": "Warning"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "AllowedHosts": "*"
 | 
						|
}
 |