forked from erp-dev/erp
feat: red flush and cost
This commit is contained in:
@@ -52,9 +52,11 @@ DEBUG = env('DEBUG', default=False)
|
||||
|
||||
ALLOWED_HOSTS = env.list('ALLOWED_HOSTS', default=[
|
||||
'yuwenerp.yuwen.cloud',
|
||||
'testbackend.yuwen.cloud',
|
||||
])
|
||||
CSRF_TRUSTED_ORIGINS = env.list('CSRF_TRUSTED_ORIGINS', default=[
|
||||
'https://yuwenerp.yuwen.cloud',
|
||||
'https://testbackend.yuwen.cloud',
|
||||
])
|
||||
|
||||
# 明道云同步配置
|
||||
|
||||
Reference in New Issue
Block a user