Skip to content

Commit

Permalink
remplace des références Compétences pro vers eva
Browse files Browse the repository at this point in the history
  • Loading branch information
shanser authored and francois2metz committed Dec 17, 2019
1 parent ca33f70 commit 752be74
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ruby-gemset
Original file line number Diff line number Diff line change
@@ -1 +1 @@
competences-pro-serveur
eva-serveur
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module CompetencesProServeur
module EvaServeur
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
Expand Down
2 changes: 1 addition & 1 deletion config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: competences_pro_serveur_production
channel_prefix: eva_serveur_production
6 changes: 3 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ default: &default

development:
<<: *default
database: competences-pro_development
database: eva_development

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: competences-pro_test
database: eva_test

production:
<<: *default
database: competences-pro_production
database: eva_production
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# 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 = "competences_pro_serveur_production"
# config.active_job.queue_name_prefix = "eva_serveur_production"


config.action_mailer.perform_caching = false
Expand Down

0 comments on commit 752be74

Please sign in to comment.