~linuxgoose/bocpress

ref: 3f126040356e379bea84cbe62d97d265efeb5d05 bocpress/ansible/.envrc.example -rw-r--r-- 855 bytes
3f126040Jordan Robinson update wording for optional markdown editor auto formatting 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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=