Files
rustycms/.env.docker.local

14 lines
338 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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