fixed app.yaml

parent f0702bde
Showing with 4 additions and 4 deletions
...@@ -9,13 +9,13 @@ handlers: ...@@ -9,13 +9,13 @@ handlers:
application_readable: true application_readable: true
# Serve php scripts. # Serve php scripts.
- url: /.* - url: /(.+\.php)$
script: \1 script: \1
# Set bucket name # Set bucket name
env_variables: env_variables:
GOOGLE_STORAGE_BUCKET: "wbt2020.appspot.com" GOOGLE_STORAGE_BUCKET: "wbt2020.appspot.com"
runtime_config: #runtime_config:
root: . # root: .
enable_stackdriver_integration: true # 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