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:
13
.env.docker.example
Normal file
13
.env.docker.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Domains – beide müssen per DNS auf den Server zeigen
|
||||
RUSTYCMS_API_DOMAIN=api.example.com
|
||||
RUSTYCMS_ADMIN_DOMAIN=admin.example.com
|
||||
|
||||
# API Key für Schreib-Zugriff (POST/PUT/DELETE)
|
||||
RUSTYCMS_API_KEY=change-me-to-something-secret
|
||||
|
||||
# Sprachen (erstes = Default)
|
||||
RUSTYCMS_LOCALES=de,en
|
||||
|
||||
# Optionale Pfade zu Content/Schemas auf dem Host (Standard: ./content und ./types)
|
||||
# RUSTYCMS_CONTENT_DIR=/home/user/mein-content/content
|
||||
# RUSTYCMS_TYPES_DIR=/home/user/mein-content/types
|
||||
Reference in New Issue
Block a user