-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
36 lines (27 loc) · 1.03 KB
/
.env.example
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
# Used in ChatGPT package ~v4.0
OPENAI_BASE_URL='https://api.openai.com/'
OPENAI_API_KEY=''
OPENAI_CHAT_TEMPERATURE=0.4
# Used in ChatGPT package ~v3.0
# OPENAI_EMAIL=''
# OPENAI_PASSWORD=''
# CAPTCHA_TOKEN=''
# https://github.com/tzwm/dreamily-api
DREAMILY_TOKEN=''
# https://replicate.com/account
REPLICATE_TOKEN=''
LARK_LISTENER_PORT=6347
LARK_LISTENER_PATH='/lark'
LARK_APPID=''
LARK_SECRET=''
LARK_BOT_NAME=''
LARK_ENCRYPT_KEY=''
WECHATY_PUPPET_SERVICE_AUTHORITY=''
WECHATY_PUPPET_SERVICE_NO_TLS_INSECURE_CLIENT=false
WXWORK_TOKEN=''
# This was inserted by `prisma init`:
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL='file:../data/mtrpg.db'