Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NOJIRA
Added no-auth profile to run-app so it is used by default.
Added pac4j out directory to gitignore.
  • Loading branch information
Bill Smith committed Nov 27, 2018
1 parent 6c0130f commit a5897a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -382,3 +382,6 @@ gradle-app.setting

# Do not ignore typescript config
!tsconfig.json

# pac4j
pac4j-module/out/
2 changes: 1 addition & 1 deletion run-app.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

./gradlew -Dshibui.logout-url=/dashboard "$@" clean bootRun npm_run_start --parallel
./gradlew -Dspring.profiles.active=no-auth -Dshibui.logout-url=/dashboard "$@" clean bootRun npm_run_start --parallel

0 comments on commit a5897a4

Please sign in to comment.