mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:26:51 +00:00
update sample props, release notes
This commit is contained in:
parent
d42e8982b9
commit
c481882c6a
@ -4,6 +4,7 @@
|
||||
```
|
||||
Date Commit Action
|
||||
|
||||
19/01/2018 189942e Added 2 way SSL authentication to kafka connection
|
||||
12/11/2017 9529c3b Make Payments in 1.2.1 disabled. Internal Accounts API disabled.
|
||||
20/09/2017 Upgraded Lift version to 3.1.0. Script scripts/migrate/migrate_0000008.sql has to be executed at existing instances
|
||||
13/09/2017 1503229 DISABLED API versions v1.0, v1.1, v1.2
|
||||
|
||||
@ -44,6 +44,13 @@ connector=mapped
|
||||
## Enable user authentication via obpjvm
|
||||
#obpjvm.user.authentication=true
|
||||
|
||||
## Enable SSL for kafka, if set to true must set paths for the keystore locations
|
||||
#kafka.use.ssl=true
|
||||
|
||||
# Paths to the SSL keystore files - has to be jks
|
||||
#keystore.path=/path/to/api.keystore.jks
|
||||
#truststore.path=/path/to/api.truststore.jks
|
||||
|
||||
|
||||
## Enable writing API metrics (which APIs are called) to RDBMS
|
||||
## This setting is also used by connector metrics (write_connector_metrics does not exist yet)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user