config.ts 150 B

1234567
  1. export const serverConfig = {
  2. exposedUrl: 'https://localhost:3000',
  3. rpName: 'My App',
  4. rpId: 'localhost',
  5. origin: 'https://localhost:3000',
  6. };