-
Notifications
You must be signed in to change notification settings - Fork 320
/
.env.example
40 lines (28 loc) · 967 Bytes
/
.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
37
38
39
40
# Decide host and port for your Cat. Default will be localhost:1865
# CCAT_CORE_HOST=localhost
# CCAT_CORE_PORT=1865
# Decide to use https / wss secure protocols
# CCAT_CORE_USE_SECURE_PROTOCOLS=true
# Uvicorn and FastAPI operating behind https proxy
# CCAT_HTTPS_PROXY_MODE=true
# Comma separated list of IPs to trust with proxy headers. A wildcard '*' means always trust.
# CCAT_CORS_FORWARDED_ALLOW_IPS="*"
# Protect endpoints with an access token
# CCAT_API_KEY=meow
# CCAT_API_KEY_WS=meow2
# self reload during development
# CCAT_DEBUG=true
# Log levels
# CCAT_LOG_LEVEL=INFO
# CORS
# CCAT_CORS_ALLOWED_ORIGINS=""
# Qdrant server
# CCAT_QDRANT_HOST=<host>
# CCAT_QDRANT_PORT=6333
# CCAT_QDRANT_API_KEY=<API_KEY>
# Turn on memory collections' snapshots on embedder change with SAVE_MEMORY_SNAPSHOTS=true
# CCAT_SAVE_MEMORY_SNAPSHOTS=false
# CONFIG_FILE
# CCAT_METADATA_FILE="cat/data/metadata.json"
# Set container timezone
# CCAT_TIMEZONE=Europe/Rome