From 3902da1747a3e32db0b67f1162eafd4860b3d27a Mon Sep 17 00:00:00 2001 From: Joseph Ditton Date: Sat, 20 Nov 2021 19:34:10 -0700 Subject: working on signup implementation --- .env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.env.example') 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 -- cgit v1.2.3-70-g09d2