Skip to content

Commit 84b8ee8

Browse files
authored
Merge pull request #133 from timlegge/master
Set sane default values for testing testapp
2 parents 0d96bf9 + 9f8b287 commit 84b8ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xt/testapp/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ org_display_name: "Saml2Test app for Net::SAML2"
1717
org_contact: "saml2test@example.com"
1818
error_url: "/error"
1919
force_authn: 1
20-
is_passive: 1
20+
is_passive: 0
2121
sign_metadata: 1
2222
authnreq_signed: 1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
log: "debug"
2-
warnings: 1
2+
warnings: 0
33
show_errors: 1
44
auto_reload: 0

0 commit comments

Comments
 (0)