Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.37 KB | None | 0 0
  1. ---
  2. opie:
  3.   credentials:
  4.     ldap:
  5.       username: 'xxxxxxxxxxx'
  6.       password: 'xxxxxxxxxxx'
  7.   sites:
  8.     hostpapa:
  9.         environment_name: 'xxxxxxxxxxx'
  10.         webroot: '/var/www/xxxxxxxxxxx'
  11.         host_to_guest_shared_webroot: false
  12.         shared_webroot: 'shared_webroot'
  13.  
  14.         dev_username: 'hpdev'
  15.         operation_timeout: 1800 #30 minutes
  16.  
  17.         repositories:
  18.           cms_codebase:
  19.             remote_uri: 'xxxxxxxxxxx'
  20.             local_uri: 'xxxxxxxxxxx'
  21.             checkout: true
  22.  
  23.         databases:
  24.           remote:
  25.             host: 'xxxxxxxxxxx'
  26.             db_name: 'xxxxxxxxxxx'
  27.           local:
  28.             username: 'xxxxxxxxxxx'
  29.             password: 'xxxxxxxxxxx'
  30.  
  31.         smb:
  32.           username: 'hpdev'
  33.           password: 'hpdev'
  34.           webroot_share_name: 'shared_webroot'
  35.  
  36.         forwarded_ports:
  37.          remote_hosts:
  38.            xxxxxxxxxxx:
  39.                hostname: 'xxxxxxxxxxx'
  40.                username: 'xxxxxxxxxxx'
  41.                ports:
  42.                  xxxxxxxxxxx:
  43.                    local_port: 3308
  44.                    remote_host: 'xxxxxxxxxxx'
  45.                    remote_port: 3306
  46.                    description: 'Forwards localhost:3308 over ssh via xxxxxxxxxxx to xxxxxxxxxxx:3308'
  47.  
  48.     papamobile:
  49.         environment_name: 'xxxxxxxxxxx H2O-VLDE'
  50.         webroot: '/var/www/xxxxxxxxxxx1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement