Skip to content

Commit 71eec66

Browse files
committed
Revert "Increase ttl for realms token"
This reverts commit 31ecdd1.
1 parent 31ecdd1 commit 71eec66

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.env.dev

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ENVIRONMENT=local-development
2+
DIALECT_SDK_ENVIRONMENT=development

.env.local-dev

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ENVIRONMENT=local-development
2+
DIALECT_SDK_ENVIRONMENT=local-development

src/app.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ import { EventEmitterModule } from '@nestjs/event-emitter';
6161
},
6262
dialectCloud: {
6363
url: process.env.DIALECT_SDK_DIALECT_CLOUD_URL,
64-
tokenLifetimeMinutes: 60 * 24 * 180,
6564
},
6665
wallet: NodeDialectWalletAdapter.create(),
6766
}),

0 commit comments

Comments
 (0)