Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4773)

Unified Diff: appengine/cmd/logdog_coordinator/vmuser/module-vmuser.yaml

Issue 1846053002: LogDog: Use app.yaml for default module. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/cmd/logdog_coordinator/vmuser/app.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/logdog_coordinator/vmuser/module-vmuser.yaml
diff --git a/appengine/cmd/logdog_coordinator/vmuser/module-vmuser.yaml b/appengine/cmd/logdog_coordinator/vmuser/module-vmuser.yaml
deleted file mode 100644
index c0355db1166f0b4c563ef12a89220d43856f744b..0000000000000000000000000000000000000000
--- a/appengine/cmd/logdog_coordinator/vmuser/module-vmuser.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-runtime: go
-api_version: 1
-vm: true
-
-beta_settings:
- service_account_scopes: "https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/devstorage.full_control,https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/bigtable.data"
-
-handlers:
-- url: /s
- static_dir: static/dist
- secure: always
- #login: required
-
-- url: /.*
- script: _go_app
- secure: always
« no previous file with comments | « appengine/cmd/logdog_coordinator/vmuser/app.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698