From b995ad0cd90fbc021e736671f44f7a6351d2d863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Ka=C5=BAmierczak?= <tkazmierczak@man.poznan.pl> Date: Tue, 2 Aug 2022 09:56:22 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 103a1d2..750495d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ All dependencies are stored in the file **requirements.txt**, install them: Sample configuration file is env_example. You should rename it to .env This file should contain tokens from gitlab: -`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567` +`PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567`\t `DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567` Token can be generated from gitlab.geant.org (for production) or k8s-gitlab.software.geant.org (for developer): @@ -28,13 +28,13 @@ The token looks similar to this: glpat-ABCdefGhIj123xyz4567 -> string 'glpat-' a ## Usage Script have two flags: -- production - take data from gitlab.geant.org -- developer - take date from k8s-gitlab.software.geant.org +-- production - take data from gitlab.geant.org +-- developer - take date from k8s-gitlab.software.geant.org Start Bash or CMD/PowerShell on your local computer and open folder with this project. Example run (Windows): -`C:\...\gitlab-getlists> python.exe .\main.py --developer` +`C:\...\gitlab-getlists> python.exe .\main.py --developer`\t `C:\...\gitlab-getlists> python.exe .\main.py --production` -- GitLab