# -*- encoding : utf-8 -*- # Load the rails application require File.expand_path('../application', __FILE__) # Initialize the rails application Mor::Application.initialize! #--------------- ExceptionNotifier_exception_recipients = %w(support@kolmisoft.com) ExceptionNotifier_email_prefix = "[CLIENT] " Default_Language = "en" Debug_File = "/var/log/m2/gui_debug.log" Default_Context = "mor" Actual_Dir = "/home/m2" Web_Dir = Rails.env.to_s == 'production' ? "/billing" : '' Web_URL = "http://127.0.0.1" Main_User_ID = 0 SERVER_ID = 1 F_BACKUPS = 0 # --------- ADDONS [OUTDATED] --------- AD_sounds_path = "/var/lib/asterisk/sounds/mor/ad" CCLASS_Active = 0 AD_Active = 0 RS_Active = 0 SMS_Active = 0 REC_Active = 0 RSPRO_Active = 0