Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2013
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ---
  2. # See http://doc.silverstripe.org/framework/en/topics/configuration
  3. # Caution: Indentation through two spaces, not tabs
  4. Name: mysite
  5. After: 'framework/*','cms/*'
  6. ---
  7. SSViewer:
  8. # display template filenames as comments in the html output
  9. source_file_comments: true
  10. # Set a theme
  11. theme: 'simple'
  12. MySQLDatabase:
  13. connection_charset: 'utf8'
  14. GDBackend:
  15. default_quality: true
  16. SiteTree:
  17. nested_urls: true
  18. # Disable creating of default pages on /dev/build
  19. create_default_pages: false
  20. Email:
  21. admin_email: 'myEmail@mysite.com'
  22. #SiteConfig:
  23. # Extensions:
  24. # mysiteSiteConfig
  25. LeftAndMain:
  26. extra_requirements_css: 'mysite/css/cms.css'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement