Skip to content

Commit

Permalink
turn off authentication for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Dec 21, 2018
1 parent 75f9f19 commit 84777d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ logging.pattern.console=%d{dd-MM-yyyy HH:mm:ss.SSS} %magenta([%thread]) %highlig
server.port:8080

# Activate authentication
server.auth.active=true
server.auth.active=false
server.auth.user=aesel
server.auth.pw=password
# Secret for generating JWT's
Expand Down

0 comments on commit 84777d8

Please sign in to comment.