aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-01-22 20:57:17 +0300
committerGravatar Vitaly Takmazov2023-01-22 20:57:17 +0300
commitb08f5b104bdd98e2b422420479a1a962a4fb9d78 (patch)
treeef94a72be2aff434a2f8a8d05a149c0fe54763f7 /src/main/resources
parent478a7bfba88401c1996d0be5a144459011b60e10 (diff)
twitter_user cache
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 16da22e6..ecea6a79 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -8,7 +8,7 @@ spring.datasource.generate-unique-name=false
spring.flyway.locations=classpath:db/migration,classpath:db/specific/{vendor}
spring.sql.init.platform=h2
spring.cache.type=simple
-spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles
+spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles, twitter_user
spring.profiles.active=@activatedProperties@
springdoc.swagger-ui.path=/api/swagger-ui.html
server.forward-headers-strategy=framework