Skip to content

Commit

Permalink
Update bootstrap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesoup12 authored Jan 8, 2024
1 parent 5477da5 commit 653905a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remote-falcon-api/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ spring:
datasource:
url: jdbc:${DATABASE_URL}
hikari:
maximum-pool-size: ${CONNECTION_POOL_SIZE}
maximum-pool-size: 10

management:
endpoints:
web:
cors:
allowed-origins: "*"
allowed-methods: "OPTIONS, GET, POST, PUT, DELETE"
allowed-headers: "*"
allowed-headers: "*"

0 comments on commit 653905a

Please sign in to comment.