mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
feature/use our own cache method - remove the unused props in release_notes.md
This commit is contained in:
parent
17f9ee3598
commit
2c3a8a7327
@ -4872,6 +4872,4 @@ object APIUtil extends MdcLoggable with CustomJsonFormats{
|
||||
)
|
||||
}
|
||||
|
||||
val createLocalisedResourceDocJsonTTL : Int = APIUtil.getPropsValue(s"createLocalisedResourceDocJson.cache.ttl.seconds", "3600").toInt
|
||||
|
||||
}
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
### Most recent changes at top of file
|
||||
```
|
||||
Date Commit Action
|
||||
30/10/2023 4e82c66c Added createLocalisedResourceDocJson.cache.ttl.seconds, default is 3600
|
||||
13/10/2023 d87c99d8 Added props hikari.connectionTimeout, default is from hikari.
|
||||
Added props hikari.maximumPoolSize, default is from hikari.
|
||||
Added props hikari.idleTimeout, default is from hikari.
|
||||
@ -42,9 +41,6 @@ Date Commit Action
|
||||
18/08/2021 83c3b4fa Added props: webui_favicon_link_url, default is /favicon.ico
|
||||
18/08/2021 5924c820 Added props: webui_api_documentation_bottom_url, default is https://github.com/OpenBankProject/OBP-API/wiki
|
||||
Added props: webui_privacy_policy_url, default is https://openbankproject.com/privacy-policy
|
||||
30/06/2021 cf2dd987 Changed props, static will cache 24 hours, dynamic only 1 hour as default.
|
||||
dynamicResourceDocsObp.cache.ttl.seconds=3600
|
||||
staticResourceDocsObp.cache.ttl.seconds=3600
|
||||
30/06/2021 cf2dd987 Added props: email_domain_to_entitlement_mappings, default is empty
|
||||
We can automatically grant the Entitlements required to the User has access to via their validated email domain.
|
||||
Entitlements are generated /refreshed both following manual locin and Direct Login token generation (POST).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user