We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9db05 commit 5b0593fCopy full SHA for 5b0593f
app/templates/server/config/environment/index.js
@@ -18,7 +18,7 @@ var all = {
18
}<% } %><% if (filters.auth) { %>,
19
20
secrets: {
21
- session: 'zavatta' || process.env.SESSION_SECRET
+ session: process.env.SESSION_SECRET || 'secretKey'
22
}<% } %>
23
};
24
0 commit comments