summaryrefslogtreecommitdiff
path: root/config/initializers/4_ci_app.rb
blob: cac8edb32bf3963ca97f09dff9bb3e37516ee4ae (plain)
1
2
3
4
5
6
7
8
9
10
module GitlabCi
  VERSION = Gitlab::VERSION
  REVISION = Gitlab::REVISION
  
  REGISTRATION_TOKEN = SecureRandom.hex(10)

  def self.config
    Settings
  end
end