some
[appoyo.git] / config / initializers / constants.rb
blobe3f5eb54523173cd3990ba8e8a83518dcc87ff4b
1 c = YAML.load_file(File.join(Rails.root, "config", "jawaker.yml"))
2 Jawaker_link  = c[Rails.env]["jawaker_link"]
3 #Jawaker_link  = "http://192.168.1.104:4000"
5 Connection_problem_with_jawaker = "Connection problem with jawaker"
7 Current_site = c[Rails.env]["current_site"]
9 Debug_message_on = true
10 Max_notification_per_time = 90
11 Message_reload_app_page = "Please open page <a target=_blank href='" + c[Rails.env]["facebook_app"] + "'>"+ c[Rails.env]["facebook_app"] +"</a> to refresh session"
14 FBlogin = "admin"
15 FBpassword = "jawaker33"
18 CONNECTED = 0
19 PERMISSION = 1
20 INVITED_NUMBER = 2
21 DELETED = 3
22 VISITED = 4
23 REWARDED = 5 
25 FROM_DIRECT = 0
26 FROM_INVITATION = 11
27 FROM_FEED = 12