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.
2 parents 807f140 + 143a638 commit e4d6224Copy full SHA for e4d6224
cloudbuilds/session-service.yaml
@@ -10,8 +10,8 @@ steps:
10
"session-service/Dockerfile",
11
"session-service",
12
]
13
- envs:
14
- - 'CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true'
+ env:
+ - "CLOUDSDK_EXPERIMENTAL_DISABLE_HTTP2=true"
15
16
- name: "gcr.io/cloud-builders/docker"
17
args:
session-service/src/server.ts
@@ -6,7 +6,7 @@ import { WebSocketServer } from "ws";
6
const setupWSConnection = require("y-websocket/bin/utils").setupWSConnection;
7
8
/**
9
- * CORSConfiguration
+ * CORSConfiguration.
*/
export const allowedOrigins = ["*"];
0 commit comments