Initial commit
This commit is contained in:
9
config/initializers/config.rb
Normal file
9
config/initializers/config.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'peatio/app'
|
||||
|
||||
Peatio::App.define do |config|
|
||||
config.set(:deposit_funds_locked, 'false', type: :bool)
|
||||
config.set(:app_name, 'Dena')
|
||||
config.set(:domain, 'Zagros.com')
|
||||
end
|
||||
Reference in New Issue
Block a user