aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-01-12 01:07:40 +0300
committerValentin Popov <valentin@popov.link>2024-01-12 01:07:40 +0300
commit352151bd3171521c9c8441fa87e780ecff12b6ab (patch)
tree69aaed6b0fc98d685d3e4f71139976210b7a3051 /.env.example
parentfdd3eb83229bfe8032f87b570d24d6b91d581b31 (diff)
downloadgitlab-duplicator-352151bd3171521c9c8441fa87e780ecff12b6ab.tar.xz
gitlab-duplicator-352151bd3171521c9c8441fa87e780ecff12b6ab.zip
First version of the finished tool
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to '.env.example')
-rw-r--r--.env.example8
1 files changed, 7 insertions, 1 deletions
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"