-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
.env.local.example
71 lines (58 loc) · 2.09 KB
/
.env.local.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
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
##
# 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="your_site.docker.amazee.io"
# Print debug information in Vortex scripts.
# VORTEX_DEBUG=1
#;< !PROVISION_USE_PROFILE
# Always override existing downloaded DB dump.
VORTEX_DB_DOWNLOAD_FORCE=1
#;> !PROVISION_USE_PROFILE
#;< !PROVISION_USE_PROFILE
#;< FTP
# Database dump file sourced from FTP.
# Database dump FTP user.
VORTEX_DB_DOWNLOAD_FTP_USER=
# Database dump FTP password.
VORTEX_DB_DOWNLOAD_FTP_PASS=
#;> FTP
#;> !PROVISION_USE_PROFILE
#;< !PROVISION_USE_PROFILE
#;< ACQUIA
# Database dump file sourced from Acquia.
# Acquia Cloud API token: Acquia Cloud UI -> Account -> API tokens -> Create Token
# Acquia Cloud API key.
VORTEX_ACQUIA_KEY=
# Acquia Cloud API secret.
VORTEX_ACQUIA_SECRET=
#;> ACQUIA
#;> !PROVISION_USE_PROFILE
#;< !PROVISION_USE_PROFILE
#;< VORTEX_DB_DOWNLOAD_SOURCE_CONTAINER_REGISTRY
# Container registry credentials to read and write images.
# The username to log into the container registry.
VORTEX_CONTAINER_REGISTRY_USER=$DOCKER_USER
# The password (token) to log into the container registry.
VORTEX_CONTAINER_REGISTRY_PASS=$DOCKER_PASS
#;> VORTEX_DB_DOWNLOAD_SOURCE_CONTAINER_REGISTRY
#;> !PROVISION_USE_PROFILE
# 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=