-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.env
90 lines (79 loc) · 4.49 KB
/
sample.env
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# Environment variables defined in this file will get pulled in to various places, like the
# applications.yaml file or the grade.build file.
# This intention is that this file contain secret information (with the exception, currently, of the
# SPRING_PROFILES_ACTIVE variable), all other configuration should go in the application.yaml file(s).
#
# To use this file in your local setup, make a copy of it named .env and fill in the variables with your values.
# If you're building the project on the command line, make sure you load the .env file into your
# environment: `source .env`
# If you're using IntelliJ to build the project you'll need to configure it to read from this file,
# via the "Enable EnvFile" setup.
#
# Aptible does not use this configuration, it has a separate configuration setup.
# Building the dockerfile locally will need to use this configuration, so the file will need to be
# loaded into the environment (sourced). Leave SPRING_PROFILES_ACTIVE unset when building the dockerfile locally.
#######################################################################################
# General Environment Configuration
#######################################################################################
# This is used by the gradle.build file to decide which version of the form-flow library
# to pull in.
# Values are `dev` and unset. Leaving this unset implies we are operating in a cloud / docker
# environment, where we will pull the form-flow library jar in it's publish version.
# If set to `dev` we will use the locally compiled form-flow library as specified in the build.gradle file.
SPRING_PROFILES_ACTIVE=
#######################################################################################
# Cloud repository configuration
#######################################################################################
# AWS S3 SECRETS. It is expected that either this or the Azure configuration will
# be populated, but not both. Other AWS fields are populated in the application.yaml file.
AWS_ACCESS_KEY=
AWS_SECRET_KEY=
AWS_BUCKET=
AWS_REGION=
# Azure configuration. It is expected that either this or the S3 configuration will
# be populated, but not both
AZURE_ACCESS_KEY=
AZURE_SECRET_KEY=
#######################################################################################
# Address Validator Configuration
#######################################################################################
# SMARTY is the default address validator for form-flow-builder. You can pass your Smarty credentials
# using the variables below:
SMARTY_AUTH_ID=
SMARTY_AUTH_TOKEN=
#######################################################################################
# Mailgun Configuration
#######################################################################################
# Mailgun is the default email client for the form-flow-builder application. You can pass the
# credentials for the Mailgun API using the variables below:
MAILGUN_ID=
MAILGUN_KEY=
#######################################################################################
# Virus Scanning Configuration
#######################################################################################
# Location of the clammit virus scanning service used to verify that uploaded files do not
# have a virus.
CLAMAV_URL=
#######################################################################################
# Localhost SSL cert password
#######################################################################################
# This password is in our shared LastPast folder, ask a team member if you don't have access
KEY_STORE_PASSWORD=
#######################################################################################
# Google Tink Encrypted field key (@Encrypted)
#######################################################################################
ENCRYPTION_KEY=
# Turns the Jobrunr Dashboard on by default in dev, will be set via a property for Staging/Production
JOBRUNR_DASHBOARD_ENABLED=true
#######################################################################################
# SHORT IO link shortener keys in LastPass
#######################################################################################
SHORT_IO_API_KEY=
SHORT_IO_DOMAIN=
#######################################################################################
# DATADOG keys in LastPass
#######################################################################################
DATADOG_ENVIRONMENT=dev
DATADOG_SESSION_REPLAY_SAMPLE_RATE=0
DATADOG_RUM_APPLICATION_ID=
DATADOG_RUM_CLIENT_TOKEN=