diff --git a/project.clj b/project.clj index a34cde0..39f5d8c 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "https://www.apache.org/licenses/LICENSE-2.0.html"} :dependencies [[org.clojure/clojure "1.10.3"] [org.clojure/tools.reader "1.3.4"] - [org.domaindrivenarchitecture/c4k-common-clj "0.3.1"]] + [org.domaindrivenarchitecture/c4k-common-clj "0.3.2-SNAPSHOT"]] :target-path "target/%s/" :source-paths ["src/main/cljc" "src/main/clj"] diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 43dc555..330e8e8 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -4,7 +4,7 @@ "src/test/cljc" "src/test/cljs" "src/test/resources"] - :dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.3.1"]] + :dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.3.2-SNAPSHOT"]] :builds {:frontend {:target :browser :modules {:main {:init-fn dda.c4k-nextcloud.browser/init}} :release {} diff --git a/valid-config.edn b/valid-config.edn index 2279aa1..a9993d9 100644 --- a/valid-config.edn +++ b/valid-config.edn @@ -1,5 +1,5 @@ {:fqdn "cloud-neu.prod.meissa-gmbh.de" - :nextcloud-data-volume-path "/var/nextcloud" + :issuer :staging + :nextcloud-data-volume-path "/var/cloud" :postgres-data-volume-path "/var/postgres" - ;:storage-size 300 - :restic-repository "restic-repository"} \ No newline at end of file + :restic-repository "s3:s3.amazonaws.com/your-bucket/your-folder"} \ No newline at end of file