diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-23 14:04:12 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2021-11-23 14:04:12 -0700 |
commit | 8d0b32f8dfe45291426e58f6bf20cffac8dab6e7 (patch) | |
tree | ec4c1e08e8698d7118641612b67bce940019b3dc /.env.example | |
parent | 4ae4e874689a71e33cdd7a5799fc0c85c4861367 (diff) | |
download | locchat-8d0b32f8dfe45291426e58f6bf20cffac8dab6e7.tar.gz locchat-8d0b32f8dfe45291426e58f6bf20cffac8dab6e7.zip |
adds api, guard, tailwind
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.example b/.env.example index b3e29c7..82059dc 100644 --- a/.env.example +++ b/.env.example @@ -6,4 +6,5 @@ NODE_ENV=development DATABASE_URL=neststarterappdevelopement # recommend using randomkeygen.com to generate a key -ENCRYPTION_KEY=yourencryptionkey
\ No newline at end of file +ENCRYPTION_KEY=yourencryptionkey +REFRESH_ENCRYPTION_KEY=yourrefreshencryptionkey
\ No newline at end of file |