mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-10 06:50:35 +00:00
9 lines
242 B
Ruby
9 lines
242 B
Ruby
# EBRC custom settings.
|
|
# This file managed by Ansible.
|
|
|
|
# override session_store in application.rb to set secure
|
|
config.session_store :cookie_store,
|
|
:key => '_redmine_session',
|
|
:secure => true,
|
|
:path => config.relative_url_root || '/'
|