forked from dpc-sdp/tide_landing_page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
22 lines (18 loc) · 980 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
MODULE_NAME=tide_landing_page
COMPOSE_FILE=docker-compose.yml:docker-compose.local.yml
PHP_LINT_TARGETS="."
PHPCS_TARGETS="tide_landing_page.info.yml tests/behat/bootstrap"
COMPOSER_DEV_URL=https://raw.githubusercontent.com/dpc-sdp/tide/master/composer.dev.json
################################################################################
# Local overrides.
#
# Copy lines below into "env.local" file and exclude "env.local" file globally.
################################################################################
# Uncomment and epcify your GitHub token below (CI already uses this).
# GITHUB_TOKEN=<INSERT YOUR TOKEN HERE>
# Uncomment and epcify your GitHub token below (CI already uses this).
# This is NOT the same token as above! It has a larger security scope and should
# be used with caution. It will be removed once project go open-source.
# GITHUB_PRIVATE_TOKEN=<INSERT YOUR TOKEN HERE>
# Uncomment below to install suggsted packages.
# INSTALL_SUGGEST=1