Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,6 @@ BC_MSP_OPTOUT_PROVIDER_NUMBER=
### ———————————————————————————————————————————————————————————————————————————————————————————————————————————————————
### insert description here
### ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————— ###
### Cookie-revolver sec framework
## off: turn off cookie-revolver sec framework
## on: turn on cookie-revolver sec framework
cr_security=off
### Login info
login_local_ip=192.168
login_max_failed_times=10
Expand Down
5 changes: 0 additions & 5 deletions src/main/resources/carlos.properties
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,6 @@ CMESort=UP
# your host server's IP
host=127.0.0.1

## Cookie-revolver sec framework
## off: turn off cookie-revolver sec framework
## on: turn on cookie-revolver sec framework
cr_security=off

## Load CAISI Application Context
#plugins=on
#caisi=on
Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/WEB-INF/QuatroShelter.properties
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ inactive_statuses = 'IN','DE','IC','ID','MO','FI'
pmm.refer.temporaryAdmission.enabled=true
#pmm.client.search.outside.of.domain.enabled=true

# Cookie-revolver sec framework
cr_security=off

#Load CAISI Application Context
plugins=on

Expand Down
Loading