diff options
author | 2023-08-21 23:41:26 +0200 | |
---|---|---|
committer | 2023-08-21 23:41:26 +0200 | |
commit | 4bbd420ccff3b640612b451244d3d3422e3b470e (patch) | |
tree | dba51c7141ebc810f7de155fe8c3640ccb535ef2 /.env.example | |
parent | 9fb0815b575cfc23ced6722b1a164328bd3cff1a (diff) | |
download | auth-service-master.tar.gz auth-service-master.tar.bz2 auth-service-master.zip |
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 6607bc1..24e06c7 100644 --- a/.env.example +++ b/.env.example @@ -2,3 +2,6 @@ PORT= DB_CONNECT= RSA_PASS= TOKEN_EXPIRES_IN= +MAIL_SMTP_SERVER= +MAIL_ADDRESS= +MAIL_PASSWORD= |