We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8a69b commit 9cae883Copy full SHA for 9cae883
appengine/channel/src/main/webapp/WEB-INF/appengine-web.xml
@@ -15,7 +15,7 @@
15
limitations under the License.
16
-->
17
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
18
- <application>osv-unikernel</application>
+ <application>YOUR-PROJECTID-HERE</application>
19
<version>1</version>
20
<threadsafe>true</threadsafe>
21
@@ -28,6 +28,6 @@
28
<inbound-services>
29
<service>channel_presence</service>
30
</inbound-services>
31
- <!--[END inbound_service-->
+ <!--[END inbound_service] -->
32
33
</appengine-web-app>
0 commit comments