authserver/homestead/src/stubs/Homestead.yaml
changeset 8 5a0cbbe0922a
equal deleted inserted replaced
7:1a3fa80225b2 8:5a0cbbe0922a
       
     1 ---
       
     2 ip: "192.168.10.10"
       
     3 memory: 2048
       
     4 cpus: 1
       
     5 provider: virtualbox
       
     6 
       
     7 authorize: ~/.ssh/id_rsa.pub
       
     8 
       
     9 keys:
       
    10     - ~/.ssh/id_rsa
       
    11 
       
    12 folders:
       
    13     - map: ~/Code
       
    14       to: /home/vagrant/Code
       
    15 
       
    16 sites:
       
    17     - map: homestead.app
       
    18       to: /home/vagrant/Code/Laravel/public
       
    19 
       
    20 databases:
       
    21     - homestead
       
    22 
       
    23 variables:
       
    24     - key: APP_ENV
       
    25       value: local
       
    26 
       
    27 # blackfire:
       
    28 #     - id: foo
       
    29 #       token: bar
       
    30 #       client-id: foo
       
    31 #       client-token: bar