Skip to content

Commit

Permalink
Update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
povel62 committed Jun 9, 2020
1 parent aa2aa02 commit 36ae75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ datasource:
smockin:
ftp.root.dir: "${user.home}/.smockin/ftp/"
auth.exclusions: '{"*.html":["GET"],"*.js":["GET"],"*.css":["GET"],"*.woff2":["GET"],"*.png":["GET"],"*.gif":["GET"],"/auth":["POST"],"/user/mode":["GET"],"/mockedserver/rest/status":["GET"],"/mockedserver/jms/status":["GET"],"/mockedserver/ftp/status":["GET"],"/password/reset/token/*":["GET","POST"]}'
redirect.url: "https://genchi.pointclickcare.com:443/genchi/api/"
redirect.url: "https://genchi-dev.pointclickcare.com:443/genchi/api/"
---
# NOTE
# The 'start.sh' script overrides the below DB related params using values defined
Expand Down

0 comments on commit 36ae75e

Please sign in to comment.