Skip to content
Snippets Groups Projects
config.sh 672 B
Newer Older
Sam Gleske's avatar
Sam Gleske committed
#Environment file

#
# gitlab-mirror settings
#

system_user="gitmirror"
user_home="/home/${system_user}"
repo_dir="${user_home}/repositories"

#
# Gitlab settings
#

#This is the Gitlab group where all project mirrors will be grouped.
Sam Gleske's avatar
Sam Gleske committed
gitlab_namespace="Mirrors"
#This is the web url of your Gitlab server. no trailing slash, just the protocol and server name.
Sam Gleske's avatar
Sam Gleske committed
gitlab_url="https://comet.irt.drexel.edu"
#Special user you created in Gitlab whose only purpose is to update mirror sites and admin the $gitlab_namespace group.
gitlab_user="gitmirror"
#Generate a token for your $gitlab_user and set it here.
gitlab_user_token_secret="$(head -n1 "${user_home}/private_token")"