diff --git a/.env.example b/.env.example index 71bcc64ace2f3063e53af4ba8724bf44f1a52872..d54f05c71aef40c044b2c487056cb8bbee7f23aa 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -AUTH_SECRET_KEY= -AUTH_ID= -SESSION_SECRET= +AUTH_SECRET_KEY={from auth.sch} +AUTH_ID={from auth.sch} +SESSION_SECRET={can be anything} REDIRECT_URI={redirect after auth, not required, default = /} \ No newline at end of file