config/initializers/panda_cms.rb in panda_cms-0.3.9 vs config/initializers/panda_cms.rb in panda_cms-0.3.10

- old
+ new

@@ -1,4 +1,6 @@ +# Base URL +PandaCms.url = "http://localhost:3000" # The main title of your website # The default is "Demo Site" PandaCms.title = "Demo Site" # The path to the administration panel, which must start with a / # The default is "/admin"