mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 05:32:00 +08:00
10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
# Discourse SSO 配置
|
|
# Discourse 网站地址
|
|
DISCOURSE_URL=https://q58.pro
|
|
|
|
# SSO 密钥 (必需)
|
|
# 可以使用以下命令生成: openssl rand -hex 32
|
|
DISCOURSE_SSO_SECRET=your_sso_secret_here
|
|
|
|
# 服务器配置
|
|
PORT=8000 |