Skip to content
Snippets Groups Projects
ssi.config.ts 169 B
Newer Older
import { registerAs } from '@nestjs/config';

export const ssiConfig = registerAs('ssi', () => ({
  agentUrl: process.env.SSI_AGENT_URL || 'http://localhost:3010',