소스 검색

udpate server config

Dr-Swopt 1 개월 전
부모
커밋
917d085268
1개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 10 2
      src/config/config.ts

+ 10 - 2
src/config/config.ts

@@ -1,7 +1,15 @@
 
 export const serverConfig = {
-  exposedUrl: 'https://localhost:4000',
+  exposedUrl: 'http://localhost:4000',
   rpName: 'My App',
   rpId: 'localhost',
   origin: 'http://localhost:4200',
-};
+};
+
+
+// export const serverConfig = {
+//   exposedUrl: 'https://localhost:4000',
+//   rpName: 'My App',
+//   rpId: 'localhost',
+//   origin: 'https://localhost:4000',
+// };