Files
Alvand-P/templates/config/peatio/seed/withdraw_limits.yml.erb
2026-08-13 19:42:08 +03:30

10 lines
223 B
Plaintext

<% if ENV['WITHDRAW_LIMITS_CONFIG'] %>
<%= File.read(ENV['WITHDRAW_LIMITS_CONFIG']) %>
<% else %>
- kyc_level: any
group: any
# limits in USD
limit_24_hour: 100
limit_1_month: 1000
<% end %>