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

Side by Side 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, 8 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 unified diff | Download patch
« no previous file with comments | « appengine/cmd/logdog_coordinator/vmuser/app.yaml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 runtime: go
6 api_version: 1
7 vm: true
8
9 beta_settings:
10 service_account_scopes: "https://www.googleapis.com/auth/userinfo.email,https: //www.googleapis.com/auth/devstorage.full_control,https://www.googleapis.com/aut h/cloud-platform,https://www.googleapis.com/auth/bigtable.data"
11
12 handlers:
13 - url: /s
14 static_dir: static/dist
15 secure: always
16 #login: required
17
18 - url: /.*
19 script: _go_app
20 secure: always
OLDNEW
« 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