Skip to content

Commit 5aaed58

Browse files
committed
Circle #319
1 parent 9216a81 commit 5aaed58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/environment.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ <h2>Contents</h2>
8989
:stop &#40;fn &#91;&#93;
9090
&#40;log/info &quot;\n-=&#91; has shut down successfully&#93;=-&quot;&#41;&#41;
9191
:middleware wrap-dev
92-
:opts {:profile :dev
93-
:persist-data? true}}&#41;
92+
:opts {:profile :dev}}&#41;
9493

9594
</code></pre><p>The config references the <code>&lt;app&gt;.dev-middleware</code> namespace found in the same source path. Any development specific middleware should be placed there.</p><p>Meanwhile, the <code>prod</code> config will not</p><pre><code class="clojure">&#40;ns &lt;project-ns&gt;.env
9695
&#40;:require &#91;clojure.tools.logging :as log&#93;&#41;&#41;

0 commit comments

Comments
 (0)