From bdfac93e05d56f759d8c0c76a3c26b71cfa8ae69 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 15 Aug 2024 19:39:26 -0400 Subject: [PATCH 1/2] Build: update default deployment config --- config-sample.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config-sample.json b/config-sample.json index a62b85f2..da565b3c 100644 --- a/config-sample.json +++ b/config-sample.json @@ -1,5 +1,5 @@ { - "url": "vagrant.api.jquery.com", - "username": "admin", - "password": "secret" + "url": "local.api.jquery.com", + "username": "dev", + "password": "dev" } From 5adbb4f5fbd1f27c64c988e5bf9ed773a4e61fb8 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 7 Oct 2024 22:27:28 -0400 Subject: [PATCH 2/2] fixup! add protocol --- config-sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-sample.json b/config-sample.json index da565b3c..2a56329c 100644 --- a/config-sample.json +++ b/config-sample.json @@ -1,5 +1,5 @@ { - "url": "local.api.jquery.com", + "url": "http://local.api.jquery.com", "username": "dev", "password": "dev" }