import Config config :mastercard_simulator, port: 4001, merchant_id: "TEST_MERCHANT", api_username: "merchant.TEST_MERCHANT", api_password: "test_password_123", api_version: "77", # OAuth 1.0a RSA-SHA256 verification # consumer_key must match auth_config.consumer_key in the device middlelayer's upstream_networks.exs oauth_consumer_key: System.get_env("MPGS_CONSUMER_KEY") || "xkihm0whdv7h0nqrwz6es00l8uc8ckwmqk2qaw5zyhj4pxagprozv9f9zq1hurz72x9l1n87lkfn3m9iambzj2ako00000000", # Path to the RSA public key PEM extracted from the device middlelayer's signing key oauth_public_key_file: System.get_env("MPGS_PUBLIC_KEY_PATH") || "priv/credentials/mpgs_sandbox_public_key.pem" config :logger, :console, format: "[$level] $message\n", metadata: [:request_id] import_config "#{config_env()}.exs"