From 5171ea26d5560139581428c20ab704fb323b5c10 Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 1 Dec 2008 23:14:22 +0100 Subject: added hostname config and local_config --- pause_openid.pl | 7 +++++-- pause_openid_local.pl | 10 ++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 pause_openid_local.pl diff --git a/pause_openid.pl b/pause_openid.pl index cd72605..f480b77 100644 --- a/pause_openid.pl +++ b/pause_openid.pl @@ -16,11 +16,14 @@ return { }, }, - # Static::Simple 'static' => { debug => 0, logging => 0, dirs => [qw/static/], }, - + + 'PAUSE::OpenID'=>{ + hostname=>'id.pause.org', + }, + }; 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', + }, + +}; -- cgit v1.2.3