start-test-pass
Some checks failed
CI/CD / test (push) Failing after 13s
CI/CD / deploy (push) Has been skipped

This commit is contained in:
Untone 2024-02-17 14:57:28 +03:00
parent 570189719f
commit 6ec0bb6def

View File

@ -2,7 +2,7 @@ import { Authorizer } from '@authorizerdev/authorizer-js';
import { Server } from '@hocuspocus/server';
const authorizer = new Authorizer({
clientID: process.env.AUTHORIZER_CLIENT_ID,
clientID: process.env.AUTHORIZER_CLIENT_ID || '',
authorizerURL: 'https://auth.discours.io',
redirectURL: 'https://testing.discours.io',
});