Sha256: 44670a31b3fc6857f06ebf0b1a7a4b46bcb3fbbbda397bf0ba98a530f352f9b8

Contents?: true

Size: 754 Bytes

Versions: 10

Compression:

Stored size: 754 Bytes

Contents

# Gitlab application config file

# Email used for notification
# about new issues, comments
email:
  from: <%= gitlab_email %>
  host: <%= gitlab_email_host %>

  # Protocol used for links in email letters
  # Value can be http or https
  protocol: <%= gitlab_email_protocol %> # or https

# Git Hosting congiguration
git_host:
  system: gitolite
  admin_uri: git@localhost:gitolite-admin
  base_path: /home/git/repositories/
  host: localhost
  git_user: git
  # port: 22

# Git settings
# Use default values unless you understand it
git:
  # Max size of git object like commit, in bytes
  # This value can be increased if you have a very large commits
  git_max_size: 5242880 # 5.megabytes
  # Git timeout to read commit, in seconds
  git_timeout: 10

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rail_pass-0.2.0 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.10 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.9 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.8 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.7 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.6 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.5 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.4 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.3 lib/generators/templates/config/recipes/templates/gitlab.yml.erb
rail_pass-0.1.1 lib/generators/templates/config/recipes/templates/gitlab.yml.erb