1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
[2mdiff --git a/app.yaml b/app.yaml[0m
[2mindex 2da370d..f7f39fc 100644[0m
[1m--- [22m[2ma/[22m[1mapp.yaml[0m
[1m+++ [22m[2mb/[22m[1mapp.yaml[0m
[36m@@ -11,10 +11,8 @@ [1mhandlers:[0m
- url: /api/.*
script: auto
- url: /(.*)
[31m- static_files: ui/[7mdist[27m/\1[0m
[31m- upload: ui/[7mdist[27m/(.*)[0m
[31m-error_handlers:[0m
[31m-- file: ui/dist/default_error.html[0m
[32m+ static_files: ui/[7mbuild[27m/\1[0m
[32m+ upload: ui/[7mbuild[27m/(.*)[0m
env_variables:
PGUSER: postgres
CLOUD_SQL_CONNECTION_NAME: /cloudsql/animated-sniffle:europe-west1:pg-animated-sniffle
|