No known key found for this signature in database
GPG Key ID: 276C2817346D6056
1 changed files with
2 additions and
2 deletions
-
app.yaml
|
@ -1,5 +1,4 @@ |
|
|
runtime: php72 |
|
|
runtime: php72 |
|
|
api_version: 1 |
|
|
|
|
|
handlers: |
|
|
handlers: |
|
|
- url: /assets |
|
|
- url: /assets |
|
|
static_dir: public/assets |
|
|
static_dir: public/assets |
|
@ -9,4 +8,5 @@ handlers: |
|
|
static_files: public/\1 |
|
|
static_files: public/\1 |
|
|
upload: public/(favicon\.ico|robots\.txt)$ |
|
|
upload: public/(favicon\.ico|robots\.txt)$ |
|
|
- url: /.* |
|
|
- url: /.* |
|
|
script: public/index.php |
|
|
|
|
|
|
|
|
script: auto |
|
|
|
|
|
entrypoint: public/index.php |