Changed last occurences of old app name.

This commit is contained in:
Michael Herzberg 2018-08-22 16:28:30 +01:00
parent 0c3307d3ad
commit 3bd83f4b89
3 changed files with 3 additions and 3 deletions

View File

@ -93,4 +93,4 @@ SPDX-License-Identifier: GPL-3.0-or-later
The master git repository for this project is hosted by the [Software
Assurance & Security Research Team](https://logicalhacking.com) at
<https://git.logicalhacking.com/BrowserSecurity/grademgmt>.
<https://git.logicalhacking.com/BrowserSecurity/dvgm>.

View File

@ -54,7 +54,7 @@ Rails.application.configure do
# Use a real queuing backend for Active Job (and separate queues per environment)
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "grademgmt_#{Rails.env}"
# config.active_job.queue_name_prefix = "dvgm_#{Rails.env}"
config.action_mailer.perform_caching = false
# Ignore bad email addresses and do not raise email delivery errors.

View File

@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cookie_store, key: '_grademgmt_session'
Rails.application.config.session_store :cookie_store, key: '_dvgm_session'