diff options
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.env.example b/.env.example index a75fdf9..b3e29c7 100644 --- a/.env.example +++ b/.env.example @@ -3,4 +3,7 @@ NODE_ENV=development # in production this will be the full url # but in dev it is the name of the database -DATABASE_URL=neststarterappdevelopement
\ No newline at end of file +DATABASE_URL=neststarterappdevelopement + +# recommend using randomkeygen.com to generate a key +ENCRYPTION_KEY=yourencryptionkey
\ No newline at end of file |