ruby on rails - Quickblox configuration for a new environment -


मैं Quickblox ruby ​​gem का उपयोग कर रहा हूँ अब मैं एक अलग क्विकब्लॉक्स खाते (विकास, बीटा, उत्पादन ... आदि) से लिंक करना चाहता हूं।

वे config.yml का उपयोग करते हैं, तो क्या मुझे वहां मेरे अलग वातावरण कॉन्फ़िगर करना चाहिए?

मेरी config.yml:

  डिफ़ॉल्ट: & amp; डिफ़ॉल्ट Quickblox: application_id: 12345 auth_key: xxxxx auth_secret: XXXxx सर्वर: api.quickblox.com user_owner_id: 1 विकास: & lt; & lt ;: * डिफ़ॉल्ट परीक्षण: & lt; & lt ;: * डिफ़ॉल्ट   

मेरा प्रयास काम नहीं कर रहा है।

इसे बाहर की सीमा है, वे यमल फ़ाइल लोडिंग को कड़े कोडित प्रारूप। मैंने उनका रत्न अद्यतन किया और अब काम करता है।

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -