-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.local.default
38 lines (28 loc) · 1.15 KB
/
.env.local.default
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
##
# Environment variables for local configuration, typically used for secrets
# and individual customizations.
#
# Copy this file to .env.local and provide appropriate values.
#
# The .env.local file is excluded via .gitignore and will not be committed.
#
# @see https://vortex.drevops.com/workflows/variables
# Suppress Ahoy prompts.
# AHOY_CONFIRM_RESPONSE=y
# When Ahoy prompts are suppressed (AHOY_CONFIRM_RESPONSE is 1), the command
# will wait for 3 seconds before proceeding.
# Set this variable to "1" to skip the wait.
# AHOY_CONFIRM_WAIT_SKIP=1
# Always override DB.
VORTEX_PROVISION_OVERRIDE_DB=1
# Local development URL.
# Defaults to `<current_dir>.docker.amazee.io`
# Override only if you need to use a different URL than the default.
# VORTEX_LOCALDEV_URL="drevops-website.docker.amazee.io"
# Print debug information in DrevOps Vortex scripts.
# VORTEX_DEBUG=1
# Always override existing downloaded DB dump.
VORTEX_DB_DOWNLOAD_FORCE=1
# GitHub token used to overcome API rate limits or access private repositories.
# @see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
GITHUB_TOKEN=