cleaning properties
This commit is contained in:
		| @@ -1,18 +0,0 @@ | ||||
| spring: | ||||
|   profiles: | ||||
|     active: PROD | ||||
|   application: | ||||
|     name: klaus | ||||
|   cloud: | ||||
|     spring: | ||||
|       cloud: | ||||
|         config: | ||||
|           fail-fast: false | ||||
|           uri: http://s5000xvn.zipper.release11.com:8888 | ||||
|           retry: | ||||
|             max-attempts: 20 | ||||
|             max-interval: 15000 | ||||
|             initial-interval: 10000 | ||||
| server: | ||||
|   port: 8097 | ||||
|  | ||||
| @@ -1,12 +0,0 @@ | ||||
| #environment: | ||||
| spring.cloud.config.discovery.service-id = klaus-config-service | ||||
| #spring.cloud.config.retry.initial-interval = 1500 | ||||
| #spring.cloud.config.retry.multiplier = 1.5 | ||||
| #spring.cloud.config.retry.max-attempts = 10000 | ||||
| #spring.cloud.config.retry.max-intervals = 1000 | ||||
| #spring.cloud.config.username = SpringConfigUsername | ||||
| #spring.cloud.config.password = SpringConfigPassword | ||||
| eureka.instance.preferIpAddress = true | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -1,6 +1,4 @@ | ||||
| spring: | ||||
| #  profiles: | ||||
| #    active: DEV | ||||
|   application: | ||||
|     name: klaus | ||||
|   cloud: | ||||
| @@ -12,6 +10,4 @@ spring: | ||||
|             max-attempts: 20 | ||||
|             max-interval: 15000 | ||||
|             initial-interval: 10000 | ||||
| server: | ||||
|   port: 8097 | ||||
|  | ||||
|   | ||||
| @@ -1,2 +1,2 @@ | ||||
| redis.host = redis | ||||
| redis.host = localhost | ||||
| redis.port = 6379 | ||||
		Reference in New Issue
	
	Block a user
	 Szakalakamaka
					Szakalakamaka