mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-01 16:29:37 +01:00
chore: change to API_ENDPOINT to conventional name API_BASE_URL
This commit is contained in:
6
example.env
Normal file
6
example.env
Normal file
@@ -0,0 +1,6 @@
|
||||
PUBLIC_API_BASE_URL="http://localhost:11434/api"
|
||||
|
||||
OLLAMA_API_ID='my-api-token'
|
||||
OLLAMA_API_TOKEN='xxxxxxxxxxxxxxxx'
|
||||
# generated by passing the token to `caddy hash-password`
|
||||
OLLAMA_API_TOKEN_DIGEST='$2a$14$iyyuawykR92xTHNR9lWzfu.uCct/9/xUPX3zBqLqrjAu0usNRPbyi'
|
||||
Reference in New Issue
Block a user