| 1 | spring: |
| 2 | datasource: |
| 3 | url: jdbc:h2:mem:broker;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE;DEFAULT_NULL_ORDERING=HIGH |
| 4 | driver-class-name: org.h2.Driver |
| 5 | username: sa |
| 6 | password: |
| 7 | jpa: |
| 8 | hibernate: |
| 9 | ddl-auto: validate |
| 10 | open-in-view: false |
| 11 | flyway: |
| 12 | enabled: true |
| 13 | broker: |
| 14 | icici-direct: |
| 15 | enabled: true |
| 16 | base-url: https://api.icicidirect.com/breezeapi/api/v1/ |
| 17 | login-url: https://api.icicidirect.com/apiuser/login |
| 18 | app-key: dummy-test-app-key |
| 19 | redirect-url: https://application.example.test/icici/return |
| 20 | auth-method: breeze-interactive-session |
| 21 | secret-key-reference: ICICI_DUMMY_TEST_SECRET |
| 22 | official-documentation-verified: true |