Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/leoDev' into leoDev
Browse files Browse the repository at this point in the history
  • Loading branch information
lrestrepo0001 committed Oct 22, 2020
2 parents b8b5a40 + 351a667 commit b87c013
Show file tree
Hide file tree
Showing 48 changed files with 5,391 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ _UpgradeReport_Files/
/node_modules
/tools/doc/node_modules
/tools/clang-format/node_modules
*/*/node_modules
*/node_modules

# === Rules for test artifacts ===
/*.tap
Expand Down
Empty file added __init__.py
Empty file.
26 changes: 26 additions & 0 deletions app/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
runtime: nodejs
api_version: 1
env: flex

manual_scaling:
instances: 1

resources:
cpu: .5
memory_gb: 0.5
disk_size_gb: 10

handlers:
- url: /
static_files: client/views/index.html
secure: always
upload: client/views/index.html
http_headers:
Strict-Transport-Security: max-age=31536000; includeSubDomains

- url: /(.*)
static_files: client/\1
secure: always
upload: client/(.*)
http_headers:
Strict-Transport-Security: max-age=31536000; includeSubDomains
83 changes: 0 additions & 83 deletions app/backend/index.js

This file was deleted.

Loading

0 comments on commit b87c013

Please sign in to comment.