updated yaml and php.ini

parent 663212f7
...@@ -13,3 +13,7 @@ handlers: ...@@ -13,3 +13,7 @@ handlers:
# Set bucket name # Set bucket name
env_variables: env_variables:
GOOGLE_STORAGE_BUCKET: "wbt2020" GOOGLE_STORAGE_BUCKET: "wbt2020"
runtime_config:
root: .
enable_stackdriver_integration: true
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
}, },
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
"google/cloud-storage": "^1.0" "google/cloud-storage": "^1.0",
"google/cloud-error-reporting": "^0.16.2"
}, },
"suggest": { "suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x" "paragonie/random_compat": "Provides better randomness in PHP 5.x"
......
extension=memcached.so extension=memcached.so
auto_prepend_file='vendor/google/cloud-error-reporting/src/prepend.php'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment