debian-mirror-gitlab/app/models/dependency_proxy.rb

9 lines
163 B
Ruby
Raw Normal View History

2021-01-29 00:20:46 +05:30
# frozen_string_literal: true
module DependencyProxy
2021-02-22 17:27:13 +05:30
URL_SUFFIX = '/dependency_proxy/containers'
2021-01-29 00:20:46 +05:30
def self.table_name_prefix
'dependency_proxy_'
end
end