wagn / wagn

the wiki on wheels: a Ruby on Rails app for building dynamic, structured websites out of wiki cards

This URL has Read+Write access

wagn / config / sample_wagn.rb
100644 12 lines (7 sloc) 0.434 kb
1
2
3
4
5
6
7
8
9
10
11
12
System.base_url = "http://localhost:3000"
 
System.max_renders = 8
 
ExceptionNotifier.exception_recipients = ['person1@website.org','person2@website.org']
ExceptionNotifier.sender_address = '"Wagn Error" <notifier@wagn.org>'
ExceptionNotifier.email_prefix = "[Wagn]"
 
CachedCard.set_cache_prefix "#{System.host}/#{RAILS_ENV}"
 
# NOTE you cannot set the cache_store here, you must set it in environment.rb config section.