Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

vagrant-local.example.yml 486 B

3 år sedan
12345678910111213141516171819202122
  1. # Your personal GitHub token
  2. github_token: <your-personal-github-token>
  3. # Read more: https://github.com/blog/1509-personal-api-tokens
  4. # You can generate it here: https://github.com/settings/tokens
  5. # Guest OS timezone
  6. timezone: Europe/London
  7. # Are we need check box updates for every 'vagrant up'?
  8. box_check_update: false
  9. # Virtual machine name
  10. machine_name: y2aa
  11. # Virtual machine IP
  12. ip: 192.168.83.137
  13. # Virtual machine CPU cores number
  14. cpus: 1
  15. # Virtual machine RAM
  16. memory: 512