mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-10-31 07:39:25 +08:00 
			
		
		
		
	 4f061f2b74
			
		
	
	4f061f2b74
	
	
	
		
			
			* #262 - Integrated Steeltoe Service Discovery with Ocelot for review. * messing around * seems to be working with eureka * acceptance test passing with external lib references * #262 support for netflix eureka service discovery thanks to pivotal * #262 fixed warnings
		
			
				
	
	
		
			25 lines
		
	
	
		
			469 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			469 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "Logging": {
 | |
|     "IncludeScopes": true,
 | |
|     "LogLevel": {
 | |
|       "Default": "Error",
 | |
|       "System": "Error",
 | |
|       "Microsoft": "Error"
 | |
|     }
 | |
|   },
 | |
|   "spring": {
 | |
|     "application": {
 | |
|       "name": "ocelot"
 | |
|     }
 | |
|   },
 | |
|   "eureka": {
 | |
|     "client": {
 | |
|       "serviceUrl": "http://localhost:8761/eureka/",
 | |
|       "shouldRegisterWithEureka": true,
 | |
|       "shouldFetchRegistry": true,
 | |
|       "port": 5000,
 | |
|       "hostName":  "localhost" 
 | |
|     }
 | |
|   }
 | |
| }
 |