Sha256: 46a99dc78a1ab7b7eba7fd9306ea419b1616a2bb7d9a71a2fa66c35970e06d31
Contents?: true
Size: 960 Bytes
Versions: 9
Compression:
Stored size: 960 Bytes
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 cas_database: adapter: sqlite3 database: db/cas.db timeout: 5000 cas_adapter: adapter: development database: adapter: sqlite3 database: development.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 # Uncomment this to enable a forgot password link on the login page # extra_ui_actions: # 'Forgot Password': http://example.com/forgot_password
Version data entries
9 entries across 9 versions & 4 rubygems