Skip to content
Permalink
Browse files
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 a5897a4e4e5a76961b64189b13227696a5c7bed6
Showing 2 changed files with 4 additions and 1 deletion.
@@ -382,3 +382,6 @@ gradle-app.setting

# Do not ignore typescript config
!tsconfig.json

# pac4j
pac4j-module/out/
@@ -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.