forked from PaddleCMS/drupal-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.local.config.yml
More file actions
19 lines (18 loc) · 857 Bytes
/
example.local.config.yml
File metadata and controls
19 lines (18 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
# This file overrides settings from config.yml with developer machine specific
# settings, such as path mappings.
# See http://docs.drupalvm.com/en/latest/other/overriding-configurations/ for
# more information.
# Note: The merge of the variables in this file is shallow, so if you want to
# override a single item in a list, you will need to re-define all items in
# that list.
# A list of synced folders, with the keys 'local_path', 'destination', and
# a 'type' of [nfs|rsync|smb] (leave empty for slow native shares). See
# http://docs.drupalvm.com/en/latest/extras/syncing-folders/ for more info.
vagrant_synced_folders:
# The first synced folder will be used for the default Drupal installation, if
# any of the build_* settings are 'true'.
- local_path: ~/Sites/paddle-all
destination: /var/www/drupalvm
type: nfs
create: true