diff --git a/README.md b/README.md index 27779036f55504a97d8d8094756f226fc2ae0f61..8ab11956c90c37fa40a95ee392ac5c492d7c73ca 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Sample configuration file is env_example. You should rename it to .env This file should contain tokens from gitlab: `PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567` + `DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567` Token can be generated from gitlab.geant.org (for production) or k8s-gitlab.software.geant.org (for developer): @@ -35,6 +36,7 @@ Start Bash or CMD/PowerShell on your local computer and open folder with this pr Example run (Windows): `C:\...\gitlab-getlists> python.exe .\main.py --developer` + `C:\...\gitlab-getlists> python.exe .\main.py --production`