Skip to content

Commit

Permalink
update: env example
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeEventHorizon committed Nov 20, 2023
1 parent d261a3f commit f0daa2a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@ SMTP_USER=
SMTP_PASS=
SMTP_HOST=
SMTP_PORT=
SMTP_SECURE=
SMTP_SECURE=

# Generate new keys: https://travistidwell.com/jsencrypt/demo/

# Base64 encode the keys: https://www.base64encode.org/

ACCESS_TOKEN_PUBLIC_KEY=""

ACCESS_TOKEN_PRIVATE_KEY=""

REFRESH_PRIVATE_KEY=""

REFRESH_PUBLIC_KEY=""

0 comments on commit f0daa2a

Please sign in to comment.