14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
# 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
|