Change homestead file method
This commit is contained in:
parent
24fadc0cb2
commit
f8d13e311a
2 changed files with 3 additions and 1 deletions
37
Homestead.yaml.example
Normal file
37
Homestead.yaml.example
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
ip: "192.168.10.10"
|
||||
memory: 512
|
||||
cpus: 1
|
||||
hostname: panel
|
||||
name: panel
|
||||
provider: virtualbox
|
||||
|
||||
authorize: ~/.ssh/id_rsa.pub
|
||||
|
||||
keys:
|
||||
- ~/.ssh/id_rsa
|
||||
|
||||
folders:
|
||||
- map: "/path/to/local/folder"
|
||||
to: "/home/vagrant/panel"
|
||||
type: nfs
|
||||
|
||||
sites:
|
||||
- map: pterodactyl.app
|
||||
to: "/home/vagrant/panel/public"
|
||||
|
||||
databases:
|
||||
- homestead
|
||||
|
||||
# blackfire:
|
||||
# - id: foo
|
||||
# token: bar
|
||||
# client-id: foo
|
||||
# client-token: bar
|
||||
|
||||
# ports:
|
||||
# - send: 50000
|
||||
# to: 5000
|
||||
# - send: 7777
|
||||
# to: 777
|
||||
# protocol: udp
|
Reference in a new issue