forked from SFDO-Tooling/MetaDeploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.example
31 lines (27 loc) · 821 Bytes
/
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
# General settings
DJANGO_SETTINGS_MODULE=config.settings.local
DJANGO_SECRET_KEY=
DJANGO_HASHID_SALT=
DJANGO_ALLOWED_HOSTS=localhost
DJANGO_DEBUG=True
ADMIN_API_ALLOWED_SUBNETS=0.0.0.0/0
# Don't force https when running on localhost
SECURE_SSL_REDIRECT=False
# Application Settings
SFDX_CLIENT_CALLBACK_URL=http://localhost:8080/accounts/salesforce/login/callback/
SFDX_CLIENT_SECRET=
SFDX_CLIENT_ID=
SFDX_HUB_KEY=
DOCKER_SFDX_HUB_KEY=
GITHUB_TOKEN=
GITHUB_APP_ID=
GITHUB_APP_KEY=
DOCKER_GITHUB_APP_KEY=
DEVHUB_USERNAME=
# Add these to store images in S3 instead of postgres
#BUCKETEER_AWS_ACCESS_KEY_ID=
#BUCKETEER_AWS_SECRET_ACCESS_KEY=
#BUCKETEER_BUCKET_NAME=
# Change this to a new key,
# generated using cryptography.fernet.Fernet.generate_key()
DB_ENCRYPTION_KEY="Ul-OySkEawSxUc7Ck13Twu2109IzIFh54C1WXO9KAFE="