-
Notifications
You must be signed in to change notification settings - Fork 267
Expand file tree
/
Copy pathdefault_config.yml
More file actions
56 lines (39 loc) · 879 Bytes
/
default_config.yml
File metadata and controls
56 lines (39 loc) · 879 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
server: webrick
port: 6543
#ssl_cert: test.pem
#uri_path: /cas
#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
disable_auto_migrations: true
quiet: true
authenticator:
class: CASServer::Authenticators::Test
password: spec_password
theme: simple
organization: "RSPEC-TEST"
infoline: "This is an rspec test."
#custom_views: /path/to/custom/views
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
cookie_options:
path: "/"
#downcase_username: true
allowed_service_ips:
- 127.0.0.0/24