From a7a8c4721455a948093fd1d03069f1fe0ee5417f Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Mon, 23 Apr 2018 10:58:11 +0200 Subject: [PATCH] change old project name --- config/cable.yml | 2 +- config/environments/production.rb | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cable.yml b/config/cable.yml index 3797adc..77fdaa8 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -7,4 +7,4 @@ test: production: adapter: redis url: redis://localhost:6379/1 - channel_prefix: SimpleCrm_production + channel_prefix: PdfShop_production diff --git a/config/environments/production.rb b/config/environments/production.rb index d382344..6d140e1 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -72,7 +72,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 = "SimpleCrm_#{Rails.env}" + # config.active_job.queue_name_prefix = "PdfShop_#{Rails.env}" config.action_mailer.perform_caching = false # Ignore bad email addresses and do not raise email delivery errors. diff --git a/package.json b/package.json index a91bf9b..85a914c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "SimpleCrm", + "name": "PdfShop", "private": true, "dependencies": {} }