Skip to content

Commit

Permalink
GCP: configure cors
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Aug 16, 2024
1 parent ac0ea26 commit d14b74c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/config/application-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
application:
cors:
allowed-origins: https://jhipster-lite.ew.r.appspot.com
allowed-methods: '*'
allowed-headers: '*'
exposed-headers: 'Authorization,Link,X-Total-Count'
allow-credentials: true
max-age: 1800
forced-project-folder: /tmp/jhlite

server:
Expand Down

0 comments on commit d14b74c

Please sign in to comment.