readme update and env example create
This commit is contained in:
14
env_example
Normal file
14
env_example
Normal file
@@ -0,0 +1,14 @@
|
||||
# JWT configuration
|
||||
SECRET_KEY=SUPER_SECRET_KEY
|
||||
ALGORITHM=HS256
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=600
|
||||
# CORS-middleware
|
||||
ALLOW_ORIGINS=*
|
||||
ALLOW_CREDENTIALS=True
|
||||
ALLOW_METHODS=*
|
||||
ALLOW_HEADERS=*
|
||||
#Почта
|
||||
SMTP_DOMAIN=domain.example.com
|
||||
SMTP_PORT=465
|
||||
MAIL_LOGIN=login.example.com
|
||||
MAIL_PASSWORD=password.example.com
|
||||
Reference in New Issue
Block a user