-
Notifications
You must be signed in to change notification settings - Fork 598
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 771 Bytes
/
.env.example
File metadata and controls
30 lines (25 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copy this file to `.env` for local development.
# The app auto-loads `.env` and `.env.local` from the repository root before Spring starts.
# `launch.sh` and `deploy.sh` will also source these files before starting the jar.
# AI providers
PAICODING_OPENAI_API_KEY=
PAICODING_ZHIPU_API_SECRET_KEY=
PAICODING_XUNFEI_APP_ID=
PAICODING_XUNFEI_API_KEY=
PAICODING_XUNFEI_API_SECRET=
PAICODING_XUNFEI_API_PASSWORD=
PAICODING_DEEPSEEK_API_KEY=
PAICODING_DOUBAO_API_KEY=
PAICODING_DOUBAO_ENDPOINT=
# Login / auth
PAICODING_WX_APP_SECRET=
# Storage
PAICODING_OSS_AK=
PAICODING_OSS_SK=
PAICODING_OSS_ENDPOINT=oss-cn-beijing.aliyuncs.com
PAICODING_OSS_BUCKET=
PAICODING_OSS_HOST=
# Database
PAICODING_DB_PASSWORD=
# Optional aliases for standalone tools/tests
OPENAI_API_KEY=