# inventory.yaml # Server IP and user with ssh access export ANSIBLE_HOST= export ANSIBLE_USER=root # vars.yaml # Domain name and email for Caddy export DOMAIN=mataroa.blog export EMAIL=admin@mataroa.blog # Show exceptions and tracebacks on errors # 1: show # 0: don't show export DEBUG=1 # Stop real emails and turn https off # 1: stop and off # 0: do not stop and on export LOCALDEV=1 # Session cookies secret export SECRET_KEY=some-secret-key # Database connection export DATABASE_URL=postgres://mataroa:xxx@localhost:5432/mataroa export POSTGRES_USERNAME=mataroa export POSTGRES_PASSWORD=xxx # SMTP credentials export EMAIL_HOST_USER= export EMAIL_HOST_PASSWORD= # Receivers for email tests (comma separated) export EMAIL_TEST_RECEIVE_LIST= # Stripe payments details export STRIPE_API_KEY= export STRIPE_PUBLIC_KEY= export STRIPE_PRICE_ID=