back to php55

parent 49ca5910
Showing with 7 additions and 5 deletions
runtime: php72
runtime: php55
api_version: 1
handlers:
# Serve images as static resources.
- url: /(.+\.(gif|png|jpg|css|js))$
static_files: \1
upload: .+\.(gif|png|jpg|css|js)$
application_readable: true
# Serve php scripts.
- url: /.*
script: auto
script: \1
# Set bucket name
env_variables:
GOOGLE_STORAGE_BUCKET: "wbt2020.appspot.com"
GOOGLE_STORAGE_BUCKET: "wbt2020.appspot.com"
runtime_config:
root: .
enable_stackdriver_integration: true
root: .
enable_stackdriver_integration: true
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