Skip to content

Commit ad311b4

Browse files
committed
add option to use local cas server
1 parent 78aa660 commit ad311b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servlet/java-configuration/cas/login/src/main/resources/security.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# limitations under the License.
1515
#
1616

17-
#cas.base.url=https://casserver.herokuapp.com/cas
18-
#cas.login.url=https://casserver.herokuapp.com/cas/login
17+
cas.base.url=https://casserver.herokuapp.com/cas
18+
cas.login.url=https://casserver.herokuapp.com/cas/login
1919
service.base.url=https://localhost:8443
2020

2121
# Use with local cas server

0 commit comments

Comments
 (0)