ソースを参照

chore(dev-server): Update globalTemplateVars for local development

Michael Bromley 6 年 前
コミット
1fd50497ff
1 ファイル変更3 行追加3 行削除
  1. 3 3
      packages/dev-server/dev-config.ts

+ 3 - 3
packages/dev-server/dev-config.ts

@@ -63,9 +63,9 @@ export const devConfig: VendureConfig = {
             outputPath: path.join(__dirname, 'test-emails'),
             outputPath: path.join(__dirname, 'test-emails'),
             mailboxPort: 5003,
             mailboxPort: 5003,
             globalTemplateVars: {
             globalTemplateVars: {
-                verifyEmailAddressUrl: 'http://localhost:8080/verify',
-                passwordResetUrl: 'http://localhost:8080/password-reset',
-                changeEmailAddressUrl: 'http://localhost:8080/verify-email-address-change'
+                verifyEmailAddressUrl: 'http://localhost:4201/verify',
+                passwordResetUrl: 'http://localhost:4201/reset-password',
+                changeEmailAddressUrl: 'http://localhost:4201/change-email-address',
             },
             },
         }),
         }),
         new AdminUiPlugin({
         new AdminUiPlugin({