2024-05-10 16:07:58 -04:00
|
|
|
# Copy this file over to .env and fill in the desired config.
|
|
|
|
# .env will become available to docker compose and these values will be
|
|
|
|
# used when running docker compose up
|
|
|
|
|
|
|
|
# Edit to set OpenAI access key
|
|
|
|
OPENAI=ADD OPENAI KEY HERE
|
|
|
|
|
|
|
|
# Uncomment and edit to set GROQ access key
|
|
|
|
# GROQ: ${GROQ}
|
|
|
|
|
|
|
|
# Uncomment and edit to set OLLAMA Url
|
|
|
|
# OLLAMA_API_URL: ${OLLAMA_API_URL}
|
|
|
|
|
|
|
|
# Address and port of the remotely deployed Perplexica backend
|
|
|
|
REMOTE_BACKEND_ADDRESS=111.111.111.111:0000
|
|
|
|
|
|
|
|
# Uncomment and edit to configure backend to reject requests without token
|
|
|
|
# leave commented to have open access to all endpoints
|
|
|
|
# Secret key to "secure" backend
|
|
|
|
# SUPER_SECRET_KEY=THISISASUPERSECRETKEYSERIOUSLY
|
2024-05-17 14:08:57 -04:00
|
|
|
|
|
|
|
# Uncomment and edit to configure a specific service account key file to use to
|
|
|
|
# auth with VertexAI when running (backend) full Perplexica stack locally
|
|
|
|
# GOOGLE_APPLICATION_CREDENTIALS=/absolute/path/to/gcp-service-account-key-file.json
|