Skip to content

Commit

Permalink
caching for merchantid file
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-daniel-dempsey committed Nov 2, 2023
1 parent b53b493 commit 880b1ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions facia/conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"assets.cache./public/security.txt"="public, max-age=900"
"assets.cache./public/security.txt.asc"="public, max-age=900"

# Caching for applepay merchantId file
"assets.cache./public/apple-developer-merchantid-domain-association-code.txt"="public, max-age=900"

pekko {
loggers = ["org.apache.pekko.event.Logging$DefaultLogger", "org.apache.pekko.event.slf4j.Slf4jLogger"]
loglevel = WARNING
Expand Down

0 comments on commit 880b1ee

Please sign in to comment.