diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index a95b05a..e98c51d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -25,9 +25,13 @@
     
       
       
-      
-      
+      
+      
       
+      
+      
+      
+      
     
@@ -267,20 +271,6 @@
       
       1598862102028
     
-    
-      1601370283197
-      
-      
-      
-      1601370283199
-    
-    
-      1601371391685
-      
-      
-      
-      1601371391685
-    
     
       1601377932874
       
@@ -610,7 +600,21 @@
       
       1604492445352
     
-    
+    
+      1604494455420
+      
+      
+      
+      1604494455420
+    
+    
+      1604494472482
+      
+      
+      
+      1604494472482
+    
+    
     
   
   
@@ -708,41 +712,41 @@
     
     
     
-    
-      
+    
+      
     
     
     
     
-    
-    
+    
+    
     
-    
-      
+    
+      
     
     
     
     
-    
-    
+    
+    
     
-    
-      
+    
+      
     
     
     
     
-    
-    
+    
+    
     
-    
-      
+    
+      
     
     
     
     
-    
-    
+    
+    
     
     
       
@@ -790,12 +794,13 @@
     
     
     
-    
-      
+    
+      
     
     
     
     
+    
     
     
     
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index cd79f9b..dc41596 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,9 +1,7 @@
 #environment:
-eureka.client.service-url.defaultZone=http://netflix:eureka@eureka:8761/eureka/
-
 server.port = 8097
 spring.application.name = klaus
-spring.cloud.discovery.enabled=true
+eureka.client.service-url.defaultZone=http://netflix:eureka@localhost:8761/eureka/
 spring.cloud.config.discovery.service-id = klaus-config-service
 #spring.cloud.config.fail-fast=true
 #spring.cloud.config.username = SpringConfigUsername
diff --git a/src/main/resources/bootstrap-PROD.yml b/src/main/resources/bootstrap-PROD.yml
deleted file mode 100644
index 5ed8ee4..0000000
--- a/src/main/resources/bootstrap-PROD.yml
+++ /dev/null
@@ -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
-
diff --git a/src/main/resources/bootstrap.properties b/src/main/resources/bootstrap.properties
deleted file mode 100644
index eefc303..0000000
--- a/src/main/resources/bootstrap.properties
+++ /dev/null
@@ -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
-
-
-
diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml
index 410497c..5647224 100644
--- a/src/main/resources/bootstrap.yml
+++ b/src/main/resources/bootstrap.yml
@@ -1,6 +1,4 @@
 spring:
-#  profiles:
-#    active: DEV
   application:
     name: klaus
   cloud:
@@ -9,9 +7,7 @@ spring:
         config:
           uri: http://s5000xvn.zipper.release11.com:8888
           retry:
-            max-attempts: 20
+            max-attempts: 10
             max-interval: 15000
             initial-interval: 10000
-server:
-  port: 8097
 
diff --git a/target/classes/bootstrap-PROD.yml b/target/classes/bootstrap-PROD.yml
deleted file mode 100644
index 5ed8ee4..0000000
--- a/target/classes/bootstrap-PROD.yml
+++ /dev/null
@@ -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
-
diff --git a/target/classes/bootstrap.properties b/target/classes/bootstrap.properties
deleted file mode 100644
index eefc303..0000000
--- a/target/classes/bootstrap.properties
+++ /dev/null
@@ -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
-
-
-
diff --git a/target/classes/bootstrap.yml b/target/classes/bootstrap.yml
index 410497c..120d74e 100644
--- a/target/classes/bootstrap.yml
+++ b/target/classes/bootstrap.yml
@@ -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
 
diff --git a/target/classes/data-access.properties b/target/classes/data-access.properties
index 27196b6..122952c 100644
--- a/target/classes/data-access.properties
+++ b/target/classes/data-access.properties
@@ -1,2 +1,2 @@
-redis.host = redis
+redis.host = localhost
 redis.port = 6379
\ No newline at end of file