From 7445775556f4dc71efc1e67a3ca167f75e5390d1 Mon Sep 17 00:00:00 2001 From: Artemy Date: Wed, 19 Apr 2023 16:27:03 +0300 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 99f7c2d..212c23a 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,2 @@ -PORT= 80 # port to listen on -KEY= 'yoursecretkey' # key to encrypt notes \ No newline at end of file +PORT= 80 # port to listen on +KEY= 'yoursecretkey' # key to encrypt notes on the server \ No newline at end of file