Skip to content

Commit

Permalink
Update saas for production
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Nov 13, 2024
1 parent 342dec8 commit b84dbef
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/config/config_saas/config_saas.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class ConfigurationSaas {
static const String registrationUrl = 'https://sign-up.stg.lin-saas.com/';
static const String registrationUrl = 'https://sign-up.twake.app/';

static const String twakeWorkplaceHomeserver =
'https://matrix.stg.lin-saas.com/';
static const String twakeWorkplaceHomeserver = 'https://matrix.twake.app';

static const String homeserver = 'https://matrix.stg.lin-saas.com/';
static const String homeserver = 'https://matrix.twake.app';

static const String platform = 'saas';
}

0 comments on commit b84dbef

Please sign in to comment.