forked from opendevshop/devshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvars.development.yml
More file actions
24 lines (18 loc) · 859 Bytes
/
vars.development.yml
File metadata and controls
24 lines (18 loc) · 859 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
---
## Use this file to alter variables in the devshop container on 'robo up'
#server_hostname: devshop.local.computer
#
## 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.
# Set these to your host UID so docker paths map correctly.
# aegir_user_uid: 1000
# aegir_user_gid: 1000
# devshop_cli_repo: git@github.com:opendevshop/devshop.git
# devshop_version: 1.x
# 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