summaryrefslogtreecommitdiff
path: root/pause_openid_local.pl
blob: b823bbe1c3bf764445d94803b8ed92144a84fc67 (plain)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;
 
# Returnvalue 
return {
    'PAUSE::OpenID'=>{
        hostname=>'localhost',
    },
 
};