".playground"의 두 판 사이의 차이

(새 문서: ==개요== ;appengine-try-php-master/.playground <source lang='json'> { "project_name": "Hello World - PHP", "project_description": "Starter code for a Google App Engine app in P...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 2개는 보이지 않습니다)
2번째 줄: 2번째 줄:
;appengine-try-php-master/.playground
;appengine-try-php-master/.playground


<source lang='json'>
<syntaxhighlight lang='javascript'>
{
{
   "project_name": "Hello World - PHP",
   "project_name": "Hello World - PHP",
13번째 줄: 13번째 줄:
   "download_filename": "appengine-try-php.zip"
   "download_filename": "appengine-try-php.zip"
}
}
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[app.yaml]]
*[[app.yaml]]
*[[helloworld.php]]
*[[helloworld.php]]
*[[appengine-try-php-master]]


[[분류: .json]]
[[분류: .json]]

2020년 11월 2일 (월) 02:54 기준 최신판

1 개요[ | ]

appengine-try-php-master/.playground
JavaScript
Copy
{
  "project_name": "Hello World - PHP",
  "project_description": "Starter code for a Google App Engine app in PHP.",
  "show_files": [
    "helloworld.php",
    "app.yaml"
  ],
  "read_only_demo_url": "https://try-php-demo-dot-cloud-playground.appspot.com/",
  "download_filename": "appengine-try-php.zip"
}

2 같이 보기[ | ]