From e64187556e9c6ef936067abe87f4b7d704a44a07 Mon Sep 17 00:00:00 2001 From: Harley Date: Tue, 10 Oct 2023 05:03:37 -0700 Subject: [PATCH] chore: update homestead.yml initial commit --- resources/Homestead.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/resources/Homestead.yaml b/resources/Homestead.yaml index 82d4b31bf..df24a0fb7 100644 --- a/resources/Homestead.yaml +++ b/resources/Homestead.yaml @@ -1,7 +1,7 @@ --- -ip: "192.168.56.56" +ip: "192.167.55.55" memory: 2048 -cpus: 2 +cpus: 4 provider: virtualbox authorize: ~/.ssh/id_rsa.pub @@ -10,15 +10,16 @@ keys: - ~/.ssh/id_rsa folders: - - map: ~/code - to: /home/vagrant/code + - map: C:Users\white\OneDrive\Documents\GitHub\2011scape-website + to: /home/vagrant/2011scape-website + type: "nfs" sites: - - map: homestead.test - to: /home/vagrant/code/public + - map: 2011scape.test + to: /home/vagrant/2011scape-website/public databases: - - homestead + - 2011scape features: - mysql: true