@things-factory/operato-ecs 9.0.0-beta.18 → 9.0.0-beta.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
1
1
  module.exports = {
2
+ domainTypes: ['domain', 'company', 'equipment'],
2
3
  subdomain: 'system',
3
4
  accessTokenCookieKey: 'access_token.ecs',
4
5
  publicHomeRoute: '/auth/signin',
@@ -5,6 +5,7 @@ try {
5
5
  }
6
6
 
7
7
  module.exports = {
8
+ domainTypes: ['domain', 'company', 'equipment'],
8
9
  subdomain: 'system',
9
10
  accessTokenCookieKey: 'access_token.ecs',
10
11
  licenseKey: licenseKey,