BASE_URL_OUT

This commit is contained in:
曹前明 2022-09-19 10:47:27 +08:00
parent 9a7df21526
commit 6a1f0a9f75
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ LOGGING = {
VERSION = '1.0.0'
BASE_URL = conf.BASE_URL
BASE_URL_IN = conf.BASE_URL_IN
BASE_URL_OUT = conf.BASE_URL_OUT
# 大华ICC平台
DAHUA_ENABLED = conf.DAHUA_ENABLED