CLIF reads an optionalDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/WyattBrashear/CLIF/llms.txt
Use this file to discover all available pages before exploring further.
CLIF.json file from the directory where you run clif-server. If the file is absent, the server starts with built-in defaults. Place CLIF.json in the same working directory as your server invocation to override those defaults.
Example CLIF.json
CLIF.json
Configuration options
The port the server listens on. Provide this as a string. Change this if port 8000 conflicts with another service on your machine.
The network interface the server binds to. The default
"127.0.0.1" accepts only connections from the local machine. Set to "0.0.0.0" to accept connections from any network interface, which is required for remote clients.The default storage quota assigned to each new user, in bytes.
"20000" is approximately 19.5 KB. Provide this as a string.Common reference values:| Size | Bytes |
|---|---|
| 1 MB | 1048576 |
| 100 MB | 104857600 |
| 1 GB | 1073741824 |