Nicolae Claudius
13 years ago
14 changed files with 17 additions and 17 deletions
@ -1,4 +1,4 @@ |
|||||||
# This file is used by Rack-based servers to start the application. |
# This file is used by Rack-based servers to start the application. |
||||||
|
|
||||||
require ::File.expand_path('../config/environment', __FILE__) |
require ::File.expand_path('../config/environment', __FILE__) |
||||||
run Simpledns::Application |
run Entrydns::Application |
||||||
|
@ -1,8 +1,8 @@ |
|||||||
# Be sure to restart your server when you modify this file. |
# Be sure to restart your server when you modify this file. |
||||||
|
|
||||||
Simpledns::Application.config.session_store :cookie_store, key: '_simpledns_session' |
Entrydns::Application.config.session_store :cookie_store, key: '_entrydns_session' |
||||||
|
|
||||||
# Use the database for sessions instead of the cookie-based default, |
# Use the database for sessions instead of the cookie-based default, |
||||||
# which shouldn't be used to store highly confidential information |
# which shouldn't be used to store highly confidential information |
||||||
# (create the session table with "rails generate session_migration") |
# (create the session table with "rails generate session_migration") |
||||||
# Simpledns::Application.config.session_store :active_record_store |
# Entrydns::Application.config.session_store :active_record_store |
||||||
|
Loading…
Reference in new issue