mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
11 lines
163 B
Ruby
11 lines
163 B
Ruby
module GitlabCi
|
|
VERSION = Gitlab::VERSION
|
|
REVISION = Gitlab::REVISION
|
|
|
|
REGISTRATION_TOKEN = SecureRandom.hex(10)
|
|
|
|
def self.config
|
|
Settings
|
|
end
|
|
end
|