diff options
author | Valentin Popov <valentin@popov.link> | 2024-01-11 20:06:15 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-01-11 20:06:15 +0300 |
commit | 4cbb43c1e2db4c90293e55f2497ae0d0d841c9bd (patch) | |
tree | 97eac47006c118b1dbafd8b2a1321afb4126b324 /.env.example | |
parent | 5c89b37d49ee3eed6f520dd26e0409b65af6993d (diff) | |
download | gitlab-duplicator-4cbb43c1e2db4c90293e55f2497ae0d0d841c9bd.tar.xz gitlab-duplicator-4cbb43c1e2db4c90293e55f2497ae0d0d841c9bd.zip |
Getting repository data
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d6b5b2d --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +GITLAB_URL = "gitlab.com" +GITLAB_TOKEN = "YOUR_TOKEN" |