Skip to content
Snippets Groups Projects
Commit f9e23977 authored by Berend Sliedrecht's avatar Berend Sliedrecht
Browse files

Merge branch 'more-basic-events' into 'main'

feat(ssi): added public did and event

See merge request tsabolov/ocm-engine!6
parents 4ff432cb b198ae78
No related branches found
No related tags found
1 merge request!6feat(ssi): added public did and event
/** @type {import('jest').Config} */
import config from '../jest.config.js';
/** @type {import('jest').Config} */
export default {
...config,
testTimeout: 12000,
rootDir: '.',
testRegex: '.*\\.e2e-spec\\.ts$',
};
process.env.PORT = 3009;
process.env.AFJ_EXT_PORT = 3010;
process.env.DATABASE_URL =
'postgresql://postgres:postgres@localhost:5432/postgres?schema=agent';
process.env.NATS_URL = 'nats://localhost:4222';
process.env.ECSURL = 'http://localhost:9200/';
process.env.AGENT_HOST = 'http://localhost';
process.env.AGENT_NAME = 'ssi-abstraction-agent';
process.env.AGENT_PEER_PORT = ':4000';
process.env.AGENT_INBOUND_PORT = ':4000';
process.env.AGENT_URL_PATH = '/ocm/abstraction';
process.env.AGENT_PUBLIC_DID_SEED = '6b8b882e2618fa5d45ee7229ca880083';
process.env.AGENT_AUTO_ACCEPT_CONNECTION = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment