-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
34 lines (34 loc) · 1.23 KB
/
.env.example
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
RAILS_ENV=development
APPS_ENABLED=decisive,coordinated
# If hosting on e.g. app.example.com, set HOSTNAME to example.com and PRIMARY_SUBDOMAIN to app
HOSTNAME=example.com
# scripts/setup.sh will create a tenant record for this subdomain if it doesn't already exist
PRIMARY_SUBDOMAIN=app
# Auth subdomain should be different from the primary subdomain.
# The auth subdomain + hostname is what you register with OAuth providers like GitHub.
# This allows a single OAuth app to be used across multiple subdomains/tenants.
AUTH_SUBDOMAIN=auth
# These domain variables are not needed for self-hosted instances.
READYBASE_DOMAIN=
PAGES_DOMAIN=
RANDOM_DOMAIN=
#
REDIS_URL=redis://redis:6379/0
POSTGRES_USER=decisiveteam
POSTGRES_PASSWORD=decisiveteam
POSTGRES_DB=decisive_team_development
# execute ./scripts/generate-secret-key-base.sh to get a unique secret
SECRET_KEY_BASE=
# execute ./scripts/generate-secret-key-base.sh to get a unique secret for the randomness endpoints
SECRET_RANDOM_SEED=
RAILS_SERVE_STATIC_FILES=true
# OAuth
ENABLED_OAUTH_PROVIDERS=github
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# If using DigitalOcean Spaces for ActiveStorage
DO_SPACES_ACCESS_KEY_ID=
DO_SPACES_SECRET_ACCESS_KEY=
DO_SPACES_REGION=
DO_SPACES_BUCKET=
DO_SPACES_ENDPOINT=