gitlab.rb 361 B

1234567891011121314
  1. # GitLab Configuration
  2. external_url 'https://gitlab.example.com'
  3. # GitLab Shell SSH settings
  4. gitlab_rails['gitlab_shell_ssh_port'] = 2424
  5. # Internal web service settings
  6. # Let's Encrypt certificate management (when not using Traefik)
  7. letsencrypt['enable'] = true
  8. letsencrypt['contact_emails'] = ['admin@example.com']
  9. nginx['redirect_http_to_https'] = true