From 6552a9f3e0c2a97182f18aa500e287b22c822a86 Mon Sep 17 00:00:00 2001 From: Georgi Parlakov Date: Mon, 1 Jul 2024 16:00:36 +0300 Subject: [PATCH] default variables for local development --- tools/postman/podkrepi.bg.postman_collection.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/postman/podkrepi.bg.postman_collection.json b/tools/postman/podkrepi.bg.postman_collection.json index daa94d04..7d19b3f5 100644 --- a/tools/postman/podkrepi.bg.postman_collection.json +++ b/tools/postman/podkrepi.bg.postman_collection.json @@ -89,7 +89,17 @@ "variable": [ { "key": "podkrepi_address", - "value": "https://dev.podkrepi.bg", + "value": "http://localhost:5010", + "type": "string" + }, + { + "key": "user", + "value": "admin@podkrepi.bg", + "type": "string" + }, + { + "key": "password", + "value": "$ecurePa33", "type": "string" } ]