diff options
author | 2023-08-15 19:13:58 +0200 | |
---|---|---|
committer | 2023-08-15 19:48:24 +0200 | |
commit | 4d28ac359b25d89d0dbb42dd3a6d32269eebc619 (patch) | |
tree | 0a67803954dd46a18e3628d0dc85204e7ac6889e /.env.example | |
parent | bdb0762696ccf028c30b2957b93a01da7bf67571 (diff) | |
download | auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.tar.gz auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.tar.bz2 auth-service-4d28ac359b25d89d0dbb42dd3a6d32269eebc619.zip |
add cors, logout, change name
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.example b/.env.example index 3a28520..6607bc1 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ PORT= DB_CONNECT= -JWT_SECRET= +RSA_PASS= +TOKEN_EXPIRES_IN= |