This commit is contained in:
parent
3f551c5f8d
commit
d61a939deb
2 changed files with 6 additions and 5 deletions
|
|
@ -52,10 +52,11 @@ config :mv,
|
|||
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
|
||||
]
|
||||
config :mv,
|
||||
csv_import: [
|
||||
max_file_size_mb: 10,
|
||||
max_rows: 1000
|
||||
]
|
||||
|
||||
# Configures the endpoint
|
||||
config :mv, MvWeb.Endpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue