summaryrefslogtreecommitdiff
path: root/pause_openid_local.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pause_openid_local.pl')
-rw-r--r--pause_openid_local.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/pause_openid_local.pl b/pause_openid_local.pl
new file mode 100644
index 0000000..b823bbe
--- /dev/null
+++ b/pause_openid_local.pl
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+# Returnvalue
+return {
+ 'PAUSE::OpenID'=>{
+ hostname=>'localhost',
+ },
+
+};