File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # README - cppdist-com- rails
1+ # README - ermahgerd- rails-api-jwt
22
33The Rails API server for Canadian Pump & Packing Distribution. Serves up JSONAPI payloads for an EmberJs SPA
44over at [ https://github.com/cybertooth-io/ccpdist-com-emberjs ] ( https://github.com/cybertooth-io/ccpdist-com-emberjs ) .
Original file line number Diff line number Diff line change 1919# you've limited to :test, :development, or :production.
2020Bundler . require ( *Rails . groups )
2121
22- module CppdistComRails
22+ module ErmahgerdRailsApiJwt
2323 # The rails application. Note the name of the module this belongs too. If you duplicate repos you will want to
2424 # adjust this module name.
2525 class Application < Rails ::Application
Original file line number Diff line number Diff line change 77production :
88 adapter : redis
99 url : <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
10- channel_prefix : cppdist-com-rails_production
10+ channel_prefix : ermahgerd-rails-api-jwt_production
Original file line number Diff line number Diff line change 1313 config . eager_load = true
1414
1515 # Full error reports are disabled and caching is turned on.
16- config . consider_all_requests_local = false
16+ config . consider_all_requests_local = false
1717 config . action_controller . perform_caching = true
1818
1919 # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]
5454
5555 # Use a real queuing backend for Active Job (and separate queues per environment)
5656 # config.active_job.queue_adapter = :resque
57- # config.active_job.queue_name_prefix = "cppdist-com-rails_ #{Rails.env}"
57+ # config.active_job.queue_name_prefix = "ermahgerd-rails-api-jwt_ #{Rails.env}"
5858
5959 config . action_mailer . perform_caching = false
6060
7777 # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
7878
7979 if ENV [ 'RAILS_LOG_TO_STDOUT' ] . present?
80- logger = ActiveSupport ::Logger . new ( STDOUT )
80+ logger = ActiveSupport ::Logger . new ( STDOUT )
8181 logger . formatter = config . log_formatter
82- config . logger = ActiveSupport ::TaggedLogging . new ( logger )
82+ config . logger = ActiveSupport ::TaggedLogging . new ( logger )
8383 end
8484
8585 # Do not dump schema after migrations.
You can’t perform that action at this time.
0 commit comments