mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
798e410083
Co-authored-by: Alistair Gray <ajgray@stripe.com>
12 lines
433 B
Bash
12 lines
433 B
Bash
# These variables are default initialization variables for locally hosted Langfuse server
|
|
LANGFUSE_INIT_PROJECT_NAME=goose-local
|
|
LANGFUSE_INIT_PROJECT_PUBLIC_KEY=publickey-local
|
|
LANGFUSE_INIT_PROJECT_SECRET_KEY=secretkey-local
|
|
LANGFUSE_INIT_USER_EMAIL=local@block.xyz
|
|
LANGFUSE_INIT_USER_NAME=localdev
|
|
LANGFUSE_INIT_USER_PASSWORD=localpwd
|
|
|
|
LANGFUSE_INIT_ORG_ID=local-id
|
|
LANGFUSE_INIT_ORG_NAME=local-org
|
|
LANGFUSE_INIT_PROJECT_ID=goose
|