We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a97e7 commit 7d18cc3Copy full SHA for 7d18cc3
proxy.conf.json
@@ -1,6 +1,6 @@
1
{
2
"/api": {
3
- "target": "http://localhost:3000",
+ "target": "http://localhost:4300",
4
"secure": false
5
}
6
server/config.ts
@@ -1,4 +1,4 @@
-export const serverPort = 3000;
+export const serverPort = 4300;
export const secret = 'RbBQqA6uF#msRF8s7h*?@=95HUm&DgMDd6zLFn4XzWQ6dtwXSJwBX#?gL2JWf!';
export const length = 128;
export const digest = 'sha256';
0 commit comments