Home Manual Reference Source Repository

backbone-parse-es6/src/issue3/config/production-config.js

/**
 * production-config.js -- Defines the production keys for Parse.
 */
'use strict';

export default {
   parseAppID: 'YL9GkXhA1qkiu8vNRerW4rPK3pdkQgDIt0jqCgwj',
   parseAPIKey: 'xYKTcStg6Yam9gH57vj66cWQbMTm7PW7wyOhI2Pn'
};