Files
rustycms/.env.docker.example

14 lines
476 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.
# 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