Epic: Gitlab configuration with default values
This commit is contained in:
parent
b3a0ee8e63
commit
9b337b8328
25 changed files with 147 additions and 45 deletions
8
config/initializers/2_app.rb
Normal file
8
config/initializers/2_app.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
module Gitlab
|
||||
Version = File.read(Rails.root.join("VERSION"))
|
||||
Revision = `git log --pretty=format:'%h' -n 1`
|
||||
|
||||
def self.config
|
||||
Settings
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue