Commit 64fd6134 by Arturo Montejo Ráez
parents d3e5a6ba 1b2d4ea5
......@@ -12,4 +12,8 @@ handlers:
# Set bucket name
env_variables:
GOOGLE_STORAGE_BUCKET: "wbt2020"
GOOGLE_STORAGE_BUCKET: "wbt2020.appspot.com"
runtime_config:
root: .
enable_stackdriver_integration: true
......@@ -12,7 +12,8 @@
},
"require": {
"php": ">=7.2",
"google/cloud-storage": "^1.0"
"google/cloud-storage": "^1.0",
"google/cloud-error-reporting": "^0.16.2"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
......
......@@ -2,4 +2,4 @@ extension=memcached.so
; Use memcache as a session handler
session.save_handler = memcache
; Use a comma separated list of server urls to use for storage:
session.save_path="tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
\ No newline at end of file
session.save_path="tcp://localhost:11211?persistent=1&weight=1&timeout=1&retry_interval=15"
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