Sha256: e542697a1c4642c6c7890d39333c6c7c98ec50de7642f8650105cc8b171b82b8

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

organization_name: Foo Bar Baz Industries, LLC Inc. A division of Holdings Co.

environment: development
# The port the CAS webserver will start on
server_port: 4567

log_directory: log

log_level: Logger::DEBUG

ssl_enabled: false

template_type: erb

# These will be run in the Sinatra controller before any actions are defined
initializers:
  - /path/to/a/ruby/file.rb

cas_database:
  adapter: sqlite3
  database: db/cas.db
  timeout: 5000

cas_adapter:
  adapter: database
  site_key: 03523your093023site0985225key098290here9
  digest_stretches: 10
  database:
    adapter: sqlite3
    database: db/cas_adapter.db
    timeout: 5000

# Use this example if you are using LDAP as your authentication source
# cas_adapter:
#   adapter: ldap
#   host: localhost
#   port: 389
#   prefix: cn=
#   base: dc=example, dc=com

# Uncomment these to enable authentication callbacks
# callbacks:
#  on_authentication_success: http://example.com/authentication/success
#  on_authentication_failed: http://example.com/authentication/failed

extra_ui_actions:
  'Forgot Password': http://example.com/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
3mix-castronaut-0.5.0.2 config/castronaut.example.yml