feat(private): initialize private API
This commit is contained in:
@@ -20,6 +20,8 @@ HOST="0.0.0.0"
|
||||
PORT=8000
|
||||
# 调试模式,生产环境请设置为 false
|
||||
DEBUG=false
|
||||
# 私有 API 密钥,用于前后端 API 调用,使用 openssl rand -hex 32 生成
|
||||
PRIVATE_API_SECRET="your_private_api_secret_here"
|
||||
|
||||
# osu! 登录设置
|
||||
OSU_CLIENT_ID=5 # lazer client ID
|
||||
|
||||
Reference in New Issue
Block a user