Sha256: 7d808738c33bb4b579f28e7f1cfd23ee8cf525190ee05afaea9165ac6a3ea669

Contents?: true

Size: 775 Bytes

Versions: 4

Compression:

Stored size: 775 Bytes

Contents

server: webrick
port: 6543
#ssl_cert: test.pem
uri_path: /test
#bind_address: 0.0.0.0

# database:
#   adapter: mysql
#   database: casserver
#   username: root
#   password: 
#   host: localhost
#   reconnect: true
database:
 adapter: sqlite3
 database: spec/casserver_spec.db

authenticator:
  class: CASServer::Authenticators::Test
  password: spec_password

theme: simple

organization: "RSPEC-TEST"

infoline: "This is an rspec test."

#custom_views_file: /path/to/custom/views.rb

default_locale: en

log:
  file: casserver_spec.log
  level: DEBUG

#db_log:
#  file: casserver_spec_db.log

enable_single_sign_out: true

#maximum_unused_login_ticket_lifetime: 300
#maximum_unused_service_ticket_lifetime: 300

#maximum_session_lifetime: 172800

#downcase_username: true

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
uchouhan-rubycas-server-1.3.a spec/alt_config.yml
uchouhan-rubycas-server-1.2.a spec/alt_config.yml
uchouhan-rubycas-server-1.1.a spec/alt_config.yml
uchouhan-rubycas-server-1.0.a spec/alt_config.yml