ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

💅 Add "secret" as an example of a AUTH_JWT_SECRET #984

Closed marjev closed 2 years ago

marjev commented 2 years ago

This PR introduces an example value for the AUTH_JWT_SECRET. This is necessary for running npm run dev:server successfully.

This way, we won't need to update documentation. If there is a more appropriate example value, please let me know.