Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
https local updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMatt57 committed Oct 21, 2016
1 parent b373dfc commit 6757139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DOL.WHD.Section14c.Web/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
window.__env = window.__env || {};

// base api url
window.__env.api_url = 'http://localhost:3334';
window.__env.api_url = 'https://localhost:44399';

// Google reCaptcha Site Key
window.__env.reCaptchaSiteKey = '6LeqeggUAAAAALC5zT4OHbDJk9gHNT0GGZbJMOnG';
Expand Down
3 changes: 2 additions & 1 deletion DOL.WHD.Section14c.Web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module.exports = {
},
devServer: {
inline: true,
port: 3333
port: 3333,
https: true,
},
module: {
preLoaders: [
Expand Down

0 comments on commit 6757139

Please sign in to comment.