RustyCMS: file-based headless CMS — API, Admin UI (content, types, assets), Docker/Caddy, image transform; only demo type and demo content in version control
Made-with: Cursor
This commit is contained in:
@@ -16,3 +16,10 @@ RUSTYCMS_API_KEY=dein-geheimes-token
|
||||
|
||||
# Optional: Response cache for GET /api/content (TTL in seconds). 0 = off. Default: 60.
|
||||
# RUSTYCMS_CACHE_TTL_SECS=60
|
||||
|
||||
# Optional: Public base URL of the API (e.g. https://api.example.com). Used to expand relative /api/assets/ paths in responses. Defaults to http://host:port.
|
||||
# RUSTYCMS_BASE_URL=https://api.example.com
|
||||
|
||||
# Optional: Paths to types and content directories. Useful for keeping content in a separate repo.
|
||||
# RUSTYCMS_TYPES_DIR=./types
|
||||
# RUSTYCMS_CONTENT_DIR=./content
|
||||
|
||||
Reference in New Issue
Block a user