We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8272d commit 39a8573Copy full SHA for 39a8573
serve-proxy.js
@@ -8,8 +8,8 @@ const fs = require('fs');
8
const httpProxy = require('http-proxy');
9
10
// Account server configuration - switch between local and production
11
-//const ACCOUNT_SERVER = 'https://account.phcode.dev'; // Production
12
-const ACCOUNT_SERVER = 'http://localhost:5000'; // Local development
+const ACCOUNT_SERVER = 'https://account.phcode.dev'; // Production
+// const ACCOUNT_SERVER = 'http://localhost:5000'; // Local development
13
14
// Default configuration
15
let config = {
0 commit comments