diff options
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" |