mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-04 23:12:25 +08:00
12 lines
270 B
Bash
12 lines
270 B
Bash
# shellcheck disable=SC2148
|
|
|
|
# copy it as "env.sh" and edit
|
|
|
|
export OPENAI_API_KEY="sk-xxxx"
|
|
export ORCA_DIR="/www/orca/static"
|
|
export ORCA_WEB=":22035"
|
|
export ORCA_ES_ADDR="https://10.0.84.49:9200/"
|
|
export ORCA_ES_USER=""
|
|
export ORCA_ES_PASS=""
|
|
export ORCA_VA_TOKEN=""
|