feat: add configs for impor tlimits
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2026-02-02 09:49:13 +01:00
parent 9fd617e45a
commit 3f551c5f8d
3 changed files with 55 additions and 4 deletions

View file

@ -51,6 +51,12 @@ config :mv,
generators: [timestamp_type: :utc_datetime],
ash_domains: [Mv.Membership, Mv.Accounts, Mv.MembershipFees, Mv.Authorization]
# CSV Import configuration
config :mv, csv_import: [
max_file_size_mb: 10,
max_rows: 1000
]
# Configures the endpoint
config :mv, MvWeb.Endpoint,
url: [host: "localhost"],