-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
39 lines (30 loc) · 1.28 KB
/
.env.local.example
File metadata and controls
39 lines (30 loc) · 1.28 KB
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
##
# 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://www.vortextemplate.com/docs/development/variables
# Local development URL.
# Override only if you need to use a different URL than the default.
# VORTEX_LOCALDEV_URL="<current_dir>.docker.amazee.io"
# Print debug information in Vortex scripts.
# VORTEX_DEBUG=1
# 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 database on provision.
VORTEX_PROVISION_OVERRIDE_DB=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
PACKAGE_TOKEN=
# Always override existing downloaded DB dump.
VORTEX_DOWNLOAD_DB_FORCE=1
# Database dump file sourced from Lagoon.
# SSH file used to download the database dump from Lagoon. Defaults to "${HOME}/.ssh/id_rsa}".
# VORTEX_DOWNLOAD_DB_SSH_FILE=