Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandalbosco committed Aug 14, 2024
1 parent 1cb0d8f commit 90a7886
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ gina-ldap-client.ldap-read-timeout=5000

# GitLab server
# To generate a token, log on to your GitLab server and generate a "personal access token" (you must have Admin
# access level). Supplying a token is a better practice that supplying a user name and a password.
gitlab.account.token=<my-token>
gitlab.hostname=***REMOVED***
# access level). The token must have scopes "api", "sudo" and "admin_mode".
# Supplying a token is a better practice that supplying a user name and a password.
gitlab.hostname=SOME-USER
gitlab.account.token=SOME-TOKEN

# (optional) Administrator LDAP group. Can be empty.
# See the Definitions section in the README file.
Expand Down Expand Up @@ -49,4 +50,4 @@ standard.groups=^(DEVELOPPEUR-){1}

# Retry parameters
retry-nb-max-attempts=3
retry-time-between-attemps=5000
retry-time-between-attemps=5000

0 comments on commit 90a7886

Please sign in to comment.