public
Description: A Ruby on Rails-based OpenID server for all ya identity providers out there. It is pretty close to the current OpenID specifications and supports SReg, AX (only fetch requests, yet) and PAPE
Homepage: http://dennisbloete.de/projects/masquerade/
Clone URL: git://github.com/dbloete/masquerade.git
Search Repo:
dbloete (author)
Fri May 02 15:16:26 -0700 2008
commit  862efee2401a4b029f39c69004556ce87402c0c4
tree    e170f8a8ad535ae766298dd7f192b9c7fb0d0a0c
parent  3f7b3c65dfcec3d5b6596b9affcbd26d5659b668
masquerade / config / app_config.yml.example
100644 25 lines (22 sloc) 0.569 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
default: &default
  name: masquerade
  host: 'localhost:3000'
  use_ssl: false
  email: info@your.domain.com
  session:
    session_key: openidserver_session_id
    secret: replacethiswithyourowntopsecretsessionsecretsothatnoonewillknowit
  mailer:
    address: localhost
    domain: your.domain.com
    from: info@your.domain.com
 
development:
  <<: *default
  
test:
  <<: *default
      
production:
  <<: *default
  use_ssl: true
  ssl_certificate_common_name: your.domain.com
  ssl_certificate_sha1: D2:1B:D8:C4:39:B7:EE:10:DA:E2:4E:0A:65:98:8E:27:C9:32:4B:F0