mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2025-09-09 14:09:29 +00:00
enable secure cookie in additional_environment.rb instead of trying to change lineinfile of application.rb
This commit is contained in:
8
roles/easyredmine/files/additional_environment.rb
Normal file
8
roles/easyredmine/files/additional_environment.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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 || '/'
|
Reference in New Issue
Block a user