We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c805c6 commit d228bbeCopy full SHA for d228bbe
services/archetypes/standard/src/index.ts
@@ -222,7 +222,6 @@ export class Service {
222
serverUrl: process.env['CROWD_TEMPORAL_SERVER_URL'],
223
namespace: process.env['CROWD_TEMPORAL_NAMESPACE'],
224
identity: this.name,
225
- rootCa: process.env['CROWD_TEMPORAL_ROOT_CA'],
226
certificate: process.env['CROWD_TEMPORAL_CERTIFICATE'],
227
privateKey: process.env['CROWD_TEMPORAL_PRIVATE_KEY'],
228
})
0 commit comments