Files
ionic-framework/scripts/snapshot/snapshot.config.js
2015-03-26 23:10:44 -05:00

11 lines
199 B
JavaScript

exports.config = {
groupId: 'ionic2',
appId: 'snapshots',
//domain: 'http://localhost:8080',
domain: 'http://ionic-snapshot-go.appspot.com',
accessKey: process.env.IONIC_SNAPSHOT_KEY
};