Files
TJWaterServerBinary/app/services/project_info.py

5 lines
82 B
Python

import os
# 从环境变量 NETWORK_NAME 读取
name = os.getenv("NETWORK_NAME")