@dssp/dcsp 0.0.24 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -1,6 +1,5 @@
1
1
  module.exports = {
2
2
  subdomain: 'system',
3
- publicHomeRoute: '/auth/signin',
4
3
  applianceJwtExpiresIn: '10y',
5
4
  /* database field encryption key : 32 bytes - must be changed by every installation */
6
5
  dataEncryptionKey: 'V6g5oHJZb7KcazJyL6cM95XvIDouon5b',
@@ -1,6 +1,5 @@
1
1
  module.exports = {
2
2
  subdomain: 'system',
3
- publicHomeRoute: '/public/home',
4
3
  applianceJwtExpiresIn: '10y',
5
4
  /* database field encryption key : 32 bytes - must be changed by every installation */
6
5
  dataEncryptionKey: 'V6g5oHJZb7KcazJyL6cM95XvIDouon5b',