Packages

Money functions for operations on and localization of a money data type with support for ISO 4217 currencies and ISO 24165 digial tokens (crypto currencies).

Current section

Files

Jump to
ex_money config test.exs
Raw

config/test.exs

use Mix.Config
config :ex_money, Money.Repo,
adapter: Ecto.Adapters.Postgres,
username: "kip",
database: "money_dev",
hostname: "localhost",
pool_size: 10
config :ex_money, ecto_repos: [Money.Repo]
config :ex_money,
exchange_rates_retrieve_every: :never,
open_exchange_rates_app_id: {:system, "OPEN_EXCHANGE_RATES_APP_ID"},
api_module: Money.ExchangeRates.Api.Test,
log_failure: nil,
log_info: nil,
default_cldr_backend: Test.Cldr