将环境设置为生产模式;更新网络名称配置
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import os
|
||||
from app.core.config import settings
|
||||
|
||||
# 从环境变量 NETWORK_NAME 读取
|
||||
name = os.getenv("NETWORK_NAME")
|
||||
name = settings.NETWORK_NAME
|
||||
|
||||
Reference in New Issue
Block a user