Skip to content

Commit 4c727a9

Browse files
author
Takashi Matsuo
authored
Use service instead of module, removed application and version. (GoogleCloudPlatform#140)
1 parent b25a0d3 commit 4c727a9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appengine/standard/phpmyadmin/app-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module: phpmyadmin
1+
service: phpmyadmin
22
runtime: php55
33
api_version: 1
44

appengine/standard/phpmyadmin/app.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
application: {{your_project_id}}
2-
version: 1
3-
module: phpmyadmin
1+
service: phpmyadmin
42
runtime: php55
53
api_version: 1
64

0 commit comments

Comments
 (0)