1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

enable cloudfront for webapp static files

This commit is contained in:
Lee Brown
2019-07-15 01:09:38 -08:00
parent 4134cf1140
commit d6c77f9a1c
4 changed files with 361 additions and 336 deletions

View File

@ -88,7 +88,7 @@ webapp:deploy:dev:
HOST_NAMES: 'www.eproc.tech,dev.eproc.tech'
S3_BUCKET_PRIVATE: 'saas-starter-kit-private'
S3_BUCKET_PUBLIC: 'saas-starter-kit-public'
S3_BUCKET_PUBLIC_CLOUDFRONT: 'false'
S3_BUCKET_PUBLIC_CLOUDFRONT: 'true'
STATIC_FILES_S3: 'true'
STATIC_FILES_IMG_RESIZE: 'true'
AWS_USE_ROLE: 'true'