Skip to content

Commit

Permalink
Updates app configuration and bumps version number
Browse files Browse the repository at this point in the history
  • Loading branch information
augustinas committed Mar 1, 2019
1 parent a0772fa commit e88d6ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ export class AppConfig {

export const configuration: AppConfig = {
version: '3.7.0.1',
name: 'RumpelStaging',
tokenApp: 'hatappstaging',
name: 'Rumpel',
tokenApp: 'hatapp',
tokenExpiryTime: 3,
supportedDomains: ['.hubat.net', '.hat.direct'],
supportedDomains: ['.hubofallthings.net', '.hat.direct'],
native: environment.native,
protocol: environment.protocol,
dex: {
Expand Down

0 comments on commit e88d6ff

Please sign in to comment.