aboutsummaryrefslogtreecommitdiff
path: root/.env.example
blob: 02a0a8b84429d245ce762f82b3eceb64043b2d8e (plain) (blame)
1
2
3
4
5
6
7
8
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"