diff --git a/README.adoc b/README.adoc index f2dc804..b7eceb6 100644 --- a/README.adoc +++ b/README.adoc @@ -33,8 +33,8 @@ Mainly intended to hybrid projects, migrations and for use by pure-Java integrat ;; {:backend [{:enabled true, :bootstrap-servers "127.0.0.1:9092", :type "kafka", :name "test"} nil {:type "http", :name "weak-connection-api", :method "post"}], :front [nil nil [{:mode some} {:type ttt}] nil [nil nil {:type 1, :mode zzz}]], :core {:test-list a, :journal {:port 26333}}} (slurp "ext.properties") ;; "external.property.name = foo" -(def conf-full-verride (jconf/load-config "test" {:with-arrays true :config "./ext.properties"})) -;; conf-full-verride +(def conf-full-override (jconf/load-config "test" {:with-arrays true :config "./ext.properties"})) +;; conf-full-override ;; {:backend [{:enabled true, :bootstrap-servers "127.0.0.1:9092", :type "kafka", :name "test"} nil {:type "http", :name "weak-connection-api", :method "post"}], :front [nil nil [{:mode some} {:type ttt}] nil [nil nil {:type 1, :mode zzz}]], :core {:test-list a, :journal {:port 26333}}, :external {:property {:name foo}}} ---- @@ -86,6 +86,6 @@ The library also contains some handy methods-helpers == License -©2022 Fern Flower Lab +© 2022 Fern Flower Lab Distributed under the MIT License.