Changement nom admi_facile => TPS dans les sources.
This commit is contained in:
parent
236f2d5be4
commit
ef306cb1be
3 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ require 'rails/all'
|
|||
# you've limited to :test, :development, or :production.
|
||||
Bundler.require(*Rails.groups)
|
||||
|
||||
module AdmiFacile
|
||||
module TPS
|
||||
class Application < Rails::Application
|
||||
# Settings in config/environments/* take precedence over those specified here.
|
||||
# Application configuration should go into files in config/initializers
|
||||
|
|
|
@ -2,20 +2,20 @@
|
|||
development:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
database: admi_facile_development
|
||||
database: TPS_development
|
||||
host: localhost
|
||||
pool: 5
|
||||
username: admi_facile
|
||||
username: TPS
|
||||
password: lol
|
||||
|
||||
|
||||
test:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
database: admi_facile_test
|
||||
database: TPS_test
|
||||
host: localhost
|
||||
pool: 5
|
||||
username: admi_facile
|
||||
username: TPS
|
||||
password: lol
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Rails.application.config.session_store :cookie_store, key: '_admi_facile_session'
|
||||
Rails.application.config.session_store :cookie_store, key: '_TPS_session'
|
||||
|
|
Loading…
Reference in a new issue