|
@@ -0,0 +1,10 @@
|
|
|
|
+# 注册是使用真实IP
|
|
|
|
+eureka.instance.preferIpAddress = true
|
|
|
|
+
|
|
|
|
+endpoints.sensitive = true
|
|
|
|
+endpoints.info.enabled = true
|
|
|
|
+endpoints.restart.enabled = false
|
|
|
|
+endpoints.shutdown.enabled = false
|
|
|
|
+endpoints.health.enabled = true
|
|
|
|
+endpoints.flyway.enabled = false
|
|
|
|
+endpoints.logfile.enabled = true
|