summaryrefslogtreecommitdiff
path: root/pause_openid.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pause_openid.pl')
-rw-r--r--pause_openid.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/pause_openid.pl b/pause_openid.pl
index c89b092..0cf7b2e 100644
--- a/pause_openid.pl
+++ b/pause_openid.pl
@@ -11,7 +11,7 @@ return {
flash_to_stash => 1,
expires => 172800, # two days
memcached_new_args => {
- data => [ "10.10.10.108:11211" ],
+ data => [ "localhost:11211" ],
namespace => "pause_openid_session",
},
},
@@ -25,5 +25,9 @@ return {
'PAUSE::OpenID'=>{
baseurl=>'https://id.pause.org/',
},
+
+ 'ssl' => {
+ 'ca_dir' => '/etc/ssl/certs/',
+ }
};