aimodels-prices/.env.example

10 lines
241 B
Plaintext

# Discourse SSO 配置
# Discourse 网站地址
DISCOURSE_URL=https://discourse.example.com
# SSO 密钥 (必需)
# 可以使用以下命令生成: openssl rand -hex 32
DISCOURSE_SSO_SECRET=your_sso_secret_here
# 服务器配置
PORT=8000