diff --git a/src/Admin/appsettings.json b/src/Admin/appsettings.json index febc7f8bce..f30714da06 100644 --- a/src/Admin/appsettings.json +++ b/src/Admin/appsettings.json @@ -5,7 +5,7 @@ "projectName": "Admin", "stripeApiKey": "SECRET", "baseServiceUri": { - "vault": "http://localhost:4001", + "vault": "https://localhost:8080", "api": "http://localhost:4000", "identity": "http://localhost:33656", "admin": "http://localhost:62911", diff --git a/src/Api/appsettings.json b/src/Api/appsettings.json index 22f2d34b9a..fb14c7a760 100644 --- a/src/Api/appsettings.json +++ b/src/Api/appsettings.json @@ -5,7 +5,7 @@ "projectName": "Api", "stripeApiKey": "SECRET", "baseServiceUri": { - "vault": "http://localhost:4001", + "vault": "https://localhost:8080", "api": "http://localhost:4000", "identity": "http://localhost:33656", "admin": "http://localhost:62911", diff --git a/src/Billing/appsettings.json b/src/Billing/appsettings.json index abdb1a767b..9a9bf95680 100644 --- a/src/Billing/appsettings.json +++ b/src/Billing/appsettings.json @@ -5,7 +5,7 @@ "projectName": "Billing", "stripeApiKey": "SECRET", "baseServiceUri": { - "vault": "http://localhost:4001", + "vault": "https://localhost:8080", "api": "http://localhost:4000", "identity": "http://localhost:33656", "admin": "http://localhost:62911", diff --git a/src/Events/appsettings.json b/src/Events/appsettings.json index 50edfba837..1f7fc714ad 100644 --- a/src/Events/appsettings.json +++ b/src/Events/appsettings.json @@ -3,7 +3,7 @@ "selfHosted": false, "projectName": "Events", "baseServiceUri": { - "vault": "http://localhost:4001", + "vault": "https://localhost:8080", "api": "http://localhost:4000", "identity": "http://localhost:33656", "admin": "http://localhost:62911", diff --git a/src/Identity/appsettings.json b/src/Identity/appsettings.json index 1246e35f4b..66a2cbbe49 100644 --- a/src/Identity/appsettings.json +++ b/src/Identity/appsettings.json @@ -5,7 +5,7 @@ "projectName": "Identity", "stripeApiKey": "SECRET", "baseServiceUri": { - "vault": "http://localhost:4001", + "vault": "https://localhost:8080", "api": "http://localhost:4000", "identity": "http://localhost:33656", "admin": "http://localhost:62911", diff --git a/src/Jobs/appsettings.json b/src/Jobs/appsettings.json index 1c83856c5a..f0b699b47c 100644 --- a/src/Jobs/appsettings.json +++ b/src/Jobs/appsettings.json @@ -5,7 +5,7 @@ "projectName": "Jobs", "stripeApiKey": "SECRET", "baseServiceUri": { - "vault": "http://localhost:4001", + "vault": "https://localhost:8080", "api": "http://localhost:4000", "identity": "http://localhost:33656", "admin": "http://localhost:62911", diff --git a/src/Scim/appsettings.json b/src/Scim/appsettings.json index abdb1a767b..9a9bf95680 100644 --- a/src/Scim/appsettings.json +++ b/src/Scim/appsettings.json @@ -5,7 +5,7 @@ "projectName": "Billing", "stripeApiKey": "SECRET", "baseServiceUri": { - "vault": "http://localhost:4001", + "vault": "https://localhost:8080", "api": "http://localhost:4000", "identity": "http://localhost:33656", "admin": "http://localhost:62911",