Sha256: c930bca199614398c4e76ae7593b8d3bfff0730a81b60821136f4f9430b46f9a
Contents?: true
Size: 702 Bytes
Versions: 10
Compression:
Stored size: 702 Bytes
Contents
background_mode :simultaneous simultaneous_connection "/tmp/simultaneous.<%= @site_name %>.sock" # ensures that schema classes are reloaded with every request reload_classes true # This provides you with login-less access to the CMS interface while in # development mode. Change this value to automatically login as a different # user or comment it out to reproduce the production environment. # DO NOT set this value in production. auto_login '__SPONTANEOUS_ROOT_USER_INSERT__' host 'localhost' # This sets the port that the editing interface runs under back do port 2011 end # This sets the port that the published/live version of the development # site runs under. front do port 2012 end
Version data entries
10 entries across 10 versions & 1 rubygems