Skip to content

Commit

Permalink
trail & US environment
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnm0705 committed Apr 18, 2019
1 parent 84033f9 commit 735f80d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/environments/environment.trial.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
export const environment = {
production: true,
appkey: 'b11e7c189b',
pusherKey: '255f010d210933ca7675',
env: 'live',
APIEndpoint: 'https://trial.practera.com/',
intercomAppId: '',
filestack: {
key: 'AO6F4C72uTPGRywaEijdLz',
s3Config: {
location: 's3',
container: 'practera-aus',
region: 'ap-southeast-2',
paths: {
any: '/appv2/live/uploads/',
image: '/appv2/live/uploads/',
video: '/media/fpvideo/upload/'
}
}
},
intercom: true,
goMobile: false,
};
23 changes: 23 additions & 0 deletions src/environments/environment.us.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
export const environment = {
production: true,
appkey: 'b11e7c189b',
pusherKey: '255f010d210933ca7675',
env: 'live',
APIEndpoint: 'https://us.practera.com/',
intercomAppId: '',
filestack: {
key: 'AO6F4C72uTPGRywaEijdLz',
s3Config: {
location: 's3',
container: 'practera-us',
region: 'us-east-1',
paths: {
any: '/appv2/live/uploads/',
image: '/appv2/live/uploads/',
video: '/media/fpvideo/upload/'
}
}
},
intercom: false,
goMobile: false,
};

0 comments on commit 735f80d

Please sign in to comment.