Skip to content

Commit 9cae883

Browse files
committed
1 parent 9a8a69b commit 9cae883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/channel/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
limitations under the License.
1616
-->
1717
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
18-
<application>osv-unikernel</application>
18+
<application>YOUR-PROJECTID-HERE</application>
1919
<version>1</version>
2020
<threadsafe>true</threadsafe>
2121

@@ -28,6 +28,6 @@
2828
<inbound-services>
2929
<service>channel_presence</service>
3030
</inbound-services>
31-
<!--[END inbound_service-->
31+
<!--[END inbound_service] -->
3232

3333
</appengine-web-app>

0 commit comments

Comments
 (0)