mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-09-01 11:21:31 +09:00
df76a227dc
First open source release of Campfire 🎉
3 lines
129 B
Ruby
3 lines
129 B
Ruby
Rails.application.config.app_version = ENV.fetch("APP_VERSION", "0")
|
|
Rails.application.config.git_revision = ENV["GIT_REVISION"]
|