-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated deps to more recent versions
- Loading branch information
Showing
8 changed files
with
2,524 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{:defn-macro nil | ||
:throw? true | ||
:emit-spec? false | ||
:throw? false | ||
:emit-spec? true | ||
:expound {:show-valid-values? true | ||
:print-specs? true}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{:legal-origins #{"localhost" "dev.lvh.me"} | ||
{:legal-origins #{"localhost" "dev.lvh.me"} | ||
|
||
:org.httpkit.server/config {:port 3000} | ||
|
||
:taoensso.timbre/logging-config | ||
{:level :info | ||
:ns-whitelist [] | ||
:ns-blacklist ["datomic.kv-cluster" | ||
"datomic.process-monitor" | ||
"datomic.reconnector2" | ||
"datomic.common" | ||
"datomic.peer" | ||
"datomic.log" | ||
"datomic.db" | ||
"datomic.slf4j" | ||
"org.projectodd.wunderboss.web.Web" | ||
"shadow.cljs.devtools.server.worker.impl"]} | ||
{:level :info | ||
:ns-whitelist [] | ||
:ns-blacklist ["datomic.kv-cluster" | ||
"datomic.process-monitor" | ||
"datomic.reconnector2" | ||
"datomic.common" | ||
"datomic.peer" | ||
"datomic.log" | ||
"datomic.db" | ||
"datomic.slf4j" | ||
"org.projectodd.wunderboss.web.Web" | ||
"shadow.cljs.devtools.server.worker.impl"]} | ||
|
||
;; The ssl-redirect defaulted to off, but for security should probably be on in production. | ||
:ring.middleware/defaults-config | ||
{:params {:keywordize true | ||
:multipart true | ||
:nested true | ||
:urlencoded true} | ||
:cookies true | ||
:responses {:absolute-redirects true | ||
:content-types true | ||
:default-charset "utf-8" | ||
:not-modified-responses true} | ||
:static {:resources "public"} | ||
:session true | ||
:security {:anti-forgery true | ||
:hsts true | ||
:ssl-redirect false | ||
:frame-options :sameorigin | ||
:xss-protection {:enable? true | ||
:mode :block}}}} | ||
{:params {:keywordize true | ||
:multipart true | ||
:nested true | ||
:urlencoded true} | ||
:cookies true | ||
:responses {:absolute-redirects true | ||
:content-types true | ||
:default-charset "utf-8" | ||
:not-modified-responses true} | ||
:static {:resources "public"} | ||
:session true | ||
:security {:anti-forgery true | ||
:hsts true | ||
:ssl-redirect false | ||
:frame-options :sameorigin | ||
:xss-protection {:enable? true | ||
:mode :block}}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.