summaryrefslogtreecommitdiff
path: root/pause_openid_local.pl
diff options
context:
space:
mode:
authorMichael Kröll <pepl@cpan.org>2008-12-01 23:39:52 +0100
committerMichael Kröll <pepl@cpan.org>2008-12-01 23:39:52 +0100
commita188aaa58f173090d07ca8000663fe0888ef9949 (patch)
treee3b0cffd9d8845b651797b33b4a81bc4610406ec /pause_openid_local.pl
parentadded hostname config and local_config (diff)
downloadSimple-OpenID-a188aaa58f173090d07ca8000663fe0888ef9949.tar.gz
Simple-OpenID-a188aaa58f173090d07ca8000663fe0888ef9949.tar.bz2
Simple-OpenID-a188aaa58f173090d07ca8000663fe0888ef9949.zip
Take baseurl from config
Diffstat (limited to 'pause_openid_local.pl')
-rw-r--r--pause_openid_local.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/pause_openid_local.pl b/pause_openid_local.pl
index b823bbe..0176434 100644
--- a/pause_openid_local.pl
+++ b/pause_openid_local.pl
@@ -4,7 +4,7 @@ use warnings;
# Returnvalue
return {
'PAUSE::OpenID'=>{
- hostname=>'localhost',
+ baseurl=>'http://localhost:3000/',
},
};