From 0caa3068313c2c309b19a3027196d7d1616fe9ed Mon Sep 17 00:00:00 2001 From: batthp Date: Wed, 15 Jul 2020 13:55:45 -0400 Subject: [PATCH] Update application.yaml --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 4e95cb17..a587689a 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -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