Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.52 KB

configuration.md

File metadata and controls

25 lines (19 loc) · 1.52 KB

XS2A Adapter configuration file

XS2A Adapter already has its own predefined minimum configuration within adapter.config.properties file. It is used as a default setup if no other configuration is provided. A user can keep using that config but will need to add some additional data:

  • to communicate with Bank-Verlag verlag.apikey.name and verlag.apikey.value must be specified, see developer guide for details;
  • to work with DKB dkb.psd2_token.url must be provided, please check out this file for more details;
  • ING needs ing.qwac.alias and ing.qseal.alias with appropriate QWAC and QSEAL from your keystore, see developer guide for details;

Additionally, a user may provide:

  • sparda.client_id for Sparda;

We already specified a data for connecting with Adorsys Dynamic Sandbox.

For configuring adapter with your custom settings, just copy adapter configuration file and fill out the appropriate properties with your values. Then provide the path to your custom config file with adapter.config.file.path environment variable.

# Java property example
-Dadapter.config.file.path=/path/to/your/custom.adapter.config.properties

# Environment variable example
env "adapter.config.file.path=/path/to/your/custom.adapter.config.properties"  perl -le 'print $ENV{"adapter.config.file.path"}'