example.env 344 B

12345678
  1. # must be defined, but defaults to 'http://{location.hostname}:11434/api'
  2. # can also use path, such as '/api'
  3. PUBLIC_API_BASE_URL=''
  4. OLLAMA_API_ID='my-api-token'
  5. OLLAMA_API_TOKEN='xxxxxxxxxxxxxxxx'
  6. # generated by passing the token to `caddy hash-password`
  7. OLLAMA_API_TOKEN_DIGEST='$2a$14$iyyuawykR92xTHNR9lWzfu.uCct/9/xUPX3zBqLqrjAu0usNRPbyi'