We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7484201 commit f7349d2Copy full SHA for f7349d2
apps/maxkb/conf.py
@@ -26,6 +26,10 @@ class Config(dict):
26
"DB_PASSWORD": "Password123@postgres",
27
"DB_ENGINE": "dj_db_conn_pool.backends.postgresql",
28
"DB_MAX_OVERFLOW": 80,
29
+ 'LOCAL_MODEL_HOST': '127.0.0.1',
30
+ 'LOCAL_MODEL_PORT': '11636',
31
+ 'LOCAL_MODEL_PROTOCOL': "http",
32
+ 'LOCAL_MODEL_HOST_WORKER': 1,
33
# 语言
34
'LANGUAGE_CODE': 'zh-CN',
35
"DEBUG": False,
0 commit comments