diff options
author | Vitaly Takmazov | 2022-12-24 03:28:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-24 04:12:58 +0300 |
commit | 36ebeb217326c6bc23dedfde1e028ae2286afe02 (patch) | |
tree | dcd0156bcabd3b1e92dd7da48a386975a34b676f /src/main/resources/application.properties | |
parent | 354988a7078a54bccf8afc8b49d3a178ae42789f (diff) |
Cacheable ActivityPub profiles
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 91117c31..594c53ac 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,6 +7,6 @@ spring.h2.console.enabled=true spring.datasource.generate-unique-name=false spring.flyway.locations=classpath:db/migration,classpath:db/specific/{vendor} spring.sql.init.platform=h2 -spring.cache.type=none -spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags +spring.cache.type=simple +spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles spring.profiles.active=@activatedProperties@ |