forked from AprilNEA/ChatGPT-Admin-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.example.yaml
55 lines (55 loc) · 1.14 KB
/
config.example.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site:
title: 'ChatGPT-Admin-Web' # 网站标题
oa: '微信公众号' # 微信公众号
url:
backend: http://server:3001 # docker-compose 默认地址
port:
frontend: 3000
backend: 3001
# JWT 用户加密用户令牌
jwt:
algorithm: HS256
secret: secret
publicKey: ''
privateKey: ''
# Redis 数据库设置,如不使用外部数据库请勿修改
redis:
url: redis://redis:6379/0 # docker-compose 默认地址
# Postgres 数据库设置,如不使用外部数据库请勿修改
postgres:
url: postgresql://postgres:postgres@postgres:5432/postgres # docker-compose 默认地址
openai:
# 对于一般的服务如 openai, api2d 等,你只需要填写 baseUrl
baseUrl: ''
# 如果你清楚完成的地址,请填写 endpointUrl
endpointUrl: ''
keys:
- 'sk-ffffff'
keyPath: ''
email: # 邮件设置
use: ''
mailgun:
domain: ''
apiKey: ''
elastice:
sender: ''
apiKey: ''
sms: # 短信设置
use: ''
uni:
wechat:
mp:
appId:
appSecret:
oauth:
appId:
appSecret:
redirectUrl:
# 支付设置
payment:
xunhu:
wapName:
appId:
appSecret:
notifyUrl:
returnUrl: