Skip to content

Commit

Permalink
#290 Added default config for S3 plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdos committed Oct 8, 2024
1 parent 3386dc3 commit 1f28731
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ grails:
scriptlets: html
taglib: none
staticparts: none
plugin:
awssdk:
region: ap-southeast-2
s3:
# # accessKey: # Not required on EC2 deployments
# # secretKey: # Not required on EC2 deployments
# bucket: ala-alerts-test
# profile: comp-ala-developer
---
headerAndFooter:
baseURL: "https://www.ala.org.au/commonui-bs3-2019"
Expand Down Expand Up @@ -204,8 +212,6 @@ biosecurity:
eventDateAge: 150
firstLoadedDateAge: 8



environments:
development:
grails:
Expand Down

0 comments on commit 1f28731

Please sign in to comment.