diff --git a/README.md b/README.md index acfb48c..cf7144b 100644 --- a/README.md +++ b/README.md @@ -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 -. +. diff --git a/config/environments/production.rb b/config/environments/production.rb index 97c559c..38e3eb5 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -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. diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb index a207384..bfebfad 100644 --- a/config/initializers/session_store.rb +++ b/config/initializers/session_store.rb @@ -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'