summaryrefslogtreecommitdiff
path: root/lib/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config.rb')
-rw-r--r--lib/config.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/config.rb b/lib/config.rb
deleted file mode 100644
index a579631..0000000
--- a/lib/config.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# Here go any application configuration
-#
-
-SITE_TITLE = "LEAP"
-
-PAGE_DIRECTORY = File.expand_path('../../app/views/pages', __FILE__)
-
-PAGINATION_SIZE = 20