-
-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathvars.development.yml
More file actions
26 lines (21 loc) · 929 Bytes
/
vars.development.yml
File metadata and controls
26 lines (21 loc) · 929 Bytes
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
---
# This file is included only when using the development command `robo up`.
# This prevents updating your local copy of devshop to a different or running the upgrade command.
devshop_cli_skip_update: true
devmaster_skip_upgrade: true
# The default for local development.
php_version: "8.1"
xdebug_enabled: true
php_xdebug_remote_enable: true
php_xdebug_remote_connect_back: true
php_xdebug_version: "3.2.1"
## Uncomment to reinstall hostmaster instance on every robo up.
## I'm leaving this commented because otherwise it would reinstall every time.
## If you want to reinstall on robo up, use `bin/robo up --force-reinstall`
## devshop_control_install_options: --force-reinstall
#
# The Robofile overrides the following variables dynamically to match your git clone and wworking environment.
# aegir_user_uid: 1000
# aegir_user_gid: 1000
# devshop_cli_repo: git@github.com:opendevshop/devshop.git
# devshop_version: 1.x