mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
11 lines
199 B
JavaScript
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
|
|
|
|
};
|