Quellcode durchsuchen

udpate server config

Dr-Swopt vor 1 Monat
Ursprung
Commit
917d085268
1 geänderte Dateien mit 10 neuen und 2 gelöschten Zeilen
  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',
+// };