Advertisement
Guest User

Untitled

a guest
Mar 9th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. debug:
  2. dev: True
  3. staging: True
  4. prod: False
  5.  
  6. sentry:
  7. user:
  8. dev: "pepepe"
  9. staging: "d0d0d3f94c4e449cbfaa4fa913b05e9a"
  10. prod: ""
  11. password:
  12. dev: "pepe"
  13. staging: "e184044f08db44ccbe19798e5c764286"
  14. prod: ""
  15. url:
  16. dev: "url"
  17. staging: "app.getsentry.com/35003"
  18. prod: ""
  19.  
  20. mongo:
  21. ip:
  22. dev: "mongo"
  23. staging : "mongo"
  24. port:
  25. dev: "27017"
  26. staging: "27017"
  27. database:
  28. dev: "qalorie-prod"
  29. staging: "qalorie-prod"
  30.  
  31. app:
  32. baseUrl:
  33. dev: "http://qalorie.com"
  34. staging: "http://qalorie.com"
  35. prod: "http://qalorie.com"
  36. domain:
  37. dev: "qalorie.com"
  38. staging: "qalorie.com"
  39. prod: qalorie.com
  40. host:
  41. dev: "localhost"
  42. staging: "localhost"
  43. prod: "localhost"
  44. port:
  45. dev: 3000
  46. staging: 3000
  47. prod: 3000
  48.  
  49. auth:
  50. auth_token_secret:
  51. dev: 'adfbb423-a9af-4494-9ee0-418c707f4457'
  52. staging: 'adfbb423-a9af-4494-9ee0-418c70734fa4'
  53. prod: 'bf5fb423-a9af-4494-9ee0-234f707f4457'
  54.  
  55. facebook:
  56. client_id:
  57. dev: '508866709290728'
  58. staging: '685170151610417'
  59. prod: '685170151610417'
  60. client_secret:
  61. dev: 'ea6d0737c88649b896739721754a68c8'
  62. staging: 'd8c23803e401e1d90e2f15cbd5fa51cb'
  63. prod: 'd8c23803e401e1d90e2f15cbd5fa51cb'
  64. callback_url:
  65. dev: 'http://qalorie.com/auth/facebook/callback'
  66. staging: 'http://qalorie.com/auth/facebook/callback'
  67. prod: 'http://qalorie.com/auth/facebook/callback'
  68.  
  69. sendgrid:
  70. app_id: 'qalorie-prod'
  71. secret_id: 'A5w8wa1eQsSGOIeL5nkrwA'
  72.  
  73. stripe:
  74. private_key:
  75. dev: 'sk_test_9sIM8w8x4WrClNvIo0QgzK4U'
  76. staging: 'sk_test_9sIM8w8x4WrClNvIo0QgzK4U'
  77. prod: 'sk_live_sbK5tA2jFVFs4wrmeG1SoE5l'
  78. public_key:
  79. dev: 'pk_test_ztzb4BStDrCTXAJbCCSvtMLJ'
  80. staging: 'pk_test_ztzb4BStDrCTXAJbCCSvtMLJ'
  81. prod: 'pk_live_Ci82U5dp54K2M2Dzgmqk4bSG'
  82.  
  83. plans:
  84. trial:
  85. id:
  86. dev: '031T'
  87. staging: '031T'
  88. prod: 'trial_plan'
  89. amount: 1995
  90. name: 'Free Trial'
  91.  
  92. monthly:
  93. id:
  94. dev: '031'
  95. staging: '031'
  96. prod: 'monthly_plan'
  97. amount: 2495
  98. name: 'Monthly'
  99.  
  100. yearly:
  101. id:
  102. dev: '0365'
  103. staging: '0365'
  104. prod: 'yearly_plan'
  105. amount: 1995
  106. name: 'Yearly'
  107.  
  108. products:
  109. appointments:
  110. id: '1_app'
  111. discount:
  112. 4: 997
  113. 6: 1995
  114. 1: 0
  115.  
  116. emails:
  117. sender:
  118. dev: 'apps@qalorie.com'
  119. staging: 'apps@qalorie.com'
  120. prod: 'apps@qalorie.com'
  121.  
  122. support:
  123. dev: 'support@qalorie.com'
  124. staging: 'support@qalorie.com'
  125. prod: 'support@qalorie.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement