Skip to content

Commit

Permalink
Update application.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
povel62 committed Jul 15, 2020
1 parent 36ae75e commit 0caa306
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-dev.pointclickcare.com:443/genchi/api/"
redirect.url: "https://genchi-dev.pointclickcare.com:443/"
---
# NOTE
# The 'start.sh' script overrides the below DB related params using values defined
Expand Down

0 comments on commit 0caa306

Please sign in to comment.