remoteadmin/.env.example
2025-10-15 17:41:05 +02:00

8 lines
227 B
Plaintext

# Copy to .env and adjust
DJANGO_SECRET_KEY=dev-insecure-change-me
DJANGO_DEBUG=1
ALLOWED_HOSTS=127.0.0.1,localhost
SSH_KEY_DIR=/home/youruser/.ssh
KNOWN_HOSTS_PATH=/home/youruser/.ssh/known_hosts
STRICT_HOST_KEY_CHECKING=true