config.ts 318 B

123456789101112131415
  1. export const serverConfig = {
  2. exposedUrl: 'http://localhost:4000',
  3. rpName: 'My App',
  4. rpId: 'localhost',
  5. origin: 'http://localhost:4200',
  6. };
  7. // export const serverConfig = {
  8. // exposedUrl: 'https://localhost:4000',
  9. // rpName: 'My App',
  10. // rpId: 'localhost',
  11. // origin: 'https://localhost:4000',
  12. // };