mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2026-03-10 21:01:45 +00:00
Merge branch 'qa' into dev
This commit is contained in:
@ -119,6 +119,7 @@ REST_FRAMEWORK = {
|
||||
SIMPLE_JWT = {
|
||||
'ACCESS_TOKEN_LIFETIME': timedelta(hours=2, minutes=59, seconds=59, microseconds=999999),
|
||||
'REFRESH_TOKEN_LIFETIME': timedelta(hours=71, minutes=59, seconds=59, microseconds=999999),
|
||||
|
||||
}
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
|
||||
@ -257,6 +258,7 @@ DEFAULT_ADDRESS = os.getenv("DEFAULT_ADDRESS")
|
||||
|
||||
|
||||
# ali baba cloud settings
|
||||
|
||||
ALIYUN_OSS_ACCESS_KEY_ID = os.getenv('ALIYUN_OSS_ACCESS_KEY_ID')
|
||||
ALIYUN_OSS_ACCESS_KEY_SECRET = os.getenv('ALIYUN_OSS_ACCESS_KEY_SECRET')
|
||||
ALIYUN_OSS_BUCKET_NAME = os.getenv('ALIYUN_OSS_BUCKET_NAME')
|
||||
|
||||
Reference in New Issue
Block a user