Skip to content

Commit

Permalink
add jwt and cookie secret
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkakun committed Oct 23, 2022
1 parent 938054f commit 354815e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/medusa-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ module.exports = {
database_url: DATABASE_URL,
store_cors: STORE_CORS,
admin_cors: ADMIN_CORS,
jwt_secret: JWT_SECRET,
cookie_secret: COOKIE_SECRET,
},
plugins,
};

0 comments on commit 354815e

Please sign in to comment.