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.local
Normal file
13
.env.docker.local
Normal file
@@ -0,0 +1,13 @@
|
||||
# Lokale Entwicklung – kein TLS, keine echten Domains
|
||||
RUSTYCMS_API_DOMAIN=localhost
|
||||
RUSTYCMS_ADMIN_DOMAIN=localhost
|
||||
|
||||
# API Key (lokal kann auch ein einfacher Wert reichen)
|
||||
RUSTYCMS_API_KEY=local-dev-key
|
||||
|
||||
# Sprachen
|
||||
RUSTYCMS_LOCALES=de,en
|
||||
|
||||
# Content und Schemas vom lokalen Repo
|
||||
RUSTYCMS_CONTENT_DIR=./content
|
||||
RUSTYCMS_TYPES_DIR=./types
|
||||
Reference in New Issue
Block a user