summaryrefslogtreecommitdiff
path: root/lib/config.rb
blob: a57963147a8fc5b4ab397e75c48cd8ad1d3dd967 (plain)
1
2
3
4
5
6
7
8
9
#
# Here go any application configuration
#

SITE_TITLE = "LEAP"

PAGE_DIRECTORY = File.expand_path('../../app/views/pages', __FILE__)

PAGINATION_SIZE = 20