Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. service: default
  2.  
  3. runtime: nodejs
  4. env: flex
  5.  
  6. health_check:
  7. enable_health_check: false
  8.  
  9. default_expiration: '4d 5h'
  10.  
  11. api_version: 1
  12.  
  13. manual_scaling:
  14. instances: 1
  15.  
  16. resources:
  17. cpu: 0.90
  18. memory_gb: 0.90
  19. disk_size_gb: 10
  20.  
  21. handlers:
  22. - url: /.*
  23. script: IGNORED
  24. secure: always
  25.  
  26. env_variables:
  27. ENV: prod-se
  28.  
  29. skip_files:
  30. - ^(.*/)?.*/node_modules/.*$
  31. - ^(.*/)?.*/.git/.*$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement