diff options
author | Valentin Popov <valentin@popov.link> | 2024-01-12 01:07:40 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-01-12 01:07:40 +0300 |
commit | 352151bd3171521c9c8441fa87e780ecff12b6ab (patch) | |
tree | 69aaed6b0fc98d685d3e4f71139976210b7a3051 /.env.example | |
parent | fdd3eb83229bfe8032f87b570d24d6b91d581b31 (diff) | |
download | gitlab-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.example | 8 |
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" |