-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrobo.yml.dist
56 lines (48 loc) · 1.11 KB
/
robo.yml.dist
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
# Project information.
project:
root: /var/www/html/
url: http://localhost
environment: development
# Site information.
site:
name: Pledge viewers
mail: [email protected]
profile: minimal
update: false
locale: en
# Administrator account.
account:
name: admin
password: admin
mail: [email protected]
# Database parameters.
database:
host: 127.0.0.1
port: 3306
name: drupal
user: root
password: root
prefix: ''
# Behat settings.
behat:
# Behat configuration template.
source: behat/behat.yml.dist
# Resulting Behat configuration file after performing token replacement.
destination: behat/behat.yml
# Following tokens will be automatically replaced when running "project:setup-behat".
tokens:
_base_url: http://localhost
bin:
drush: ./vendor/bin/drush
settings:
config_directories:
sync: ../config/sync
# Here you can specify environment overrides.
#environment:
# settings:
# trusted_host_patterns:
# - "dev.europa.eu$"
# http_client_config:
# proxy:
# http: "http://username:password@host:port"
# https: "http://username:password@host:port"