Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Update settings for latest version of App Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Mar 11, 2015
1 parent 27ff28b commit 4664be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
---
application: your-appengine-project-id
version: 1
runtime: php
runtime: php55
api_version: 1
threadsafe: yes

Expand Down
1 change: 1 addition & 0 deletions php.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
extension = "imagick.so"
google_app_engine.allow_include_gs_buckets = "your-cloudstorage-bucket"
google_app_engine.enable_functions = "php_sapi_name, phpversion"
session.cookie_httponly = On
Expand Down

0 comments on commit 4664be6

Please sign in to comment.