ALLOWED_HOSTS="sitepilot-gardening.demohive.xyz, www.sitepilot-gardening.xyz"
ALLOWED_CORS="sitepilot-gardening.demohive.xyz"

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=4
# 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=premium707.web-hosting.com
EMAIL_PORT=587
EMAIL_HOST_USER=admin@sitepilot.demohub.app
EMAIL_HOST_PASSWORD=50Vw3Lkg{=;uU[n[
EMAIL_USE_TLS=True
EMAIL_USE_SSL=False
DEFAULT_FROM_EMAIL=""

# DB (Enter your database details here)
DB_NAME=demochxk_sitepilot-gardening
DB_USER=demochxk_sitepilotcms-gardening
DB_PASSWORD=)eQ[kS7qmiou$,zD
DB_HOST=localhost
DB_PORT=3306


GOOGLE_ANALYTICS="G-"

STATIC_ROOT=/home/demochxk/sitepilot-gardening.demohive.xyz/static/
MEDIA_URL=/media/
MEDIA_ROOT=/home/demochxk/sitepilot-gardening.demohive.xyz/media/