DEBUG=1
PYTHON_VERSION=3.10
DOMAIN="sitepilot.demohub.app"

ALLOWED_HOSTS="sitepilot.demohub.app, www.sitepilot.demohub.app"
ALLOWED_CORS="sitepilot.demohub.app"

SECRET_KEY=b&r)+w20*)x%o9si!@ji^l-ckfep)y_hxab&-vpdn48u4=$)08
DEBUG=True

DJANGO_SUPERUSER_EMAIL="" # optonal use if you want to create supruser using --noinput

# Where this client's CMS dashboard lives, e.g. "admin", "acme-portal",
# "cp". No slashes, no spaces. Change per-client so each site's dashboard
# isn't sitting at the guessable /admin/. Defaults to "admin" if unset.
ADMIN_URL_PATH=admin

# Login brute-force protection (see settings.py for defaults if unset).
# LOGIN_RATELIMIT_IP=10/5m
# LOGIN_RATELIMIT_USER=5/5m
# LOGIN_LOCKOUT_THRESHOLD=8
# LOGIN_LOCKOUT_SECONDS=900
DJANGO_SUPERUSER_PASSWORD="" # optonal use if you want to create supruser using --noinput

# Default SMTP settings. These are used automatically whenever the matching
# field in Admin > Website Settings > Email/SMTP is left blank, so a site
# works out-of-the-box without any admin configuration.
EMAIL_HOST="smtpout.server.net"
EMAIL_PORT=587
EMAIL_HOST_USER=""
EMAIL_HOST_PASSWORD=""
EMAIL_USE_TLS=True
EMAIL_USE_SSL=False
DEFAULT_FROM_EMAIL=""

# DB (Enter your database details here)
DB_NAME=demoymzo_sitepilotcms
DB_USER=demoymzo_standard
DB_PASSWORD=&pS-_BX4=pQxoA!R
DB_HOST=localhost
DB_PORT=3306


GOOGLE_ANALYTICS="G-"

STATIC_ROOT=/home/demoymzo/sitepilot.demohub.app/static/
MEDIA_URL=/media/
MEDIA_ROOT=/home/demoymzo/sitepilot.demohub.app/media/