authserver/homestead/conf/Homestead.yaml
author durandn
Wed, 16 Mar 2016 17:28:11 +0100
changeset 193 ee213a823b70
parent 8 5a0cbbe0922a
permissions -rw-r--r--
refactoring views + add p3p header if P3P_HEADER is set in settings

---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox

authorize: auth/key

keys:
    - auth/key.pub

folders:
    - map: ../testCAS
      to: /home/vagrant/Code

sites:
    - map: homestead.app
      to: /home/vagrant/Code/public

databases:
    - homestead

variables:
    - key: APP_ENV
      value: local

# blackfire:
#     - id: foo
#       token: bar
#       client-id: foo
#       client-token: bar