Skip to content

Commit

Permalink
minor nits (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesv committed Apr 26, 2016
1 parent 9a8a69b commit 9cae883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appengine/channel/src/main/webapp/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
-->
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>osv-unikernel</application>
<application>YOUR-PROJECTID-HERE</application>
<version>1</version>
<threadsafe>true</threadsafe>

Expand All @@ -28,6 +28,6 @@
<inbound-services>
<service>channel_presence</service>
</inbound-services>
<!--[END inbound_service-->
<!--[END inbound_service] -->

</appengine-web-app>

0 comments on commit 9cae883

Please sign in to comment.