summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-11-20 19:34:10 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-11-20 19:34:10 -0700
commit3902da1747a3e32db0b67f1162eafd4860b3d27a (patch)
treec6673fb1a8620d277d7f88320e1c78894913f22b /.env.example
parent63c02f62aa3c57f72602a9efe89dc0780d6d3079 (diff)
downloadlocchat-3902da1747a3e32db0b67f1162eafd4860b3d27a.tar.gz
locchat-3902da1747a3e32db0b67f1162eafd4860b3d27a.zip
working on signup implementation
Diffstat (limited to '.env.example')
-rw-r--r--.env.example5
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