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