From 352151bd3171521c9c8441fa87e780ecff12b6ab Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 12 Jan 2024 02:07:40 +0400 Subject: First version of the finished tool Signed-off-by: Valentin Popov --- .env.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index d6b5b2d..02a0a8b 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,8 @@ -GITLAB_URL = "gitlab.com" GITLAB_TOKEN = "YOUR_TOKEN" +GITLAB_URL = "gitlab.com" +GITLAB_USERNAME = "username" +GITLAB_PASSWORD = "password" + +REMOTE_URL = "git.example.com" +REMOTE_USERNAME = "username" +REMOTE_PASSWORD = "password" -- cgit v1.2.3