Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. runtime: custom
  2. env: flex
  3. service: api-staging
  4. manual_scaling:
  5. instances: 1
  6. resources:
  7. cpu: 1
  8. memory_gb: 1
  9. disk_size_gb: 15
  10. env_variables:
  11. NODE_ENV: "staging"
  12. SQL_USER: "shedna42"
  13. SQL_PASSWORD: "m3rc1j4ck"
  14. INSTANCE_CONNECTION_NAME: mj-2016:europe-west1:database-integration
  15. beta_settings:
  16. cloud_sql_instances: mj-2016:europe-west1:database-integration
  17. network:
  18. name: default
  19. liveness_check:
  20. path: "/status"
  21. skip_files:
  22. - nyc_output/
  23. - coverage/
  24. - log/
  25. - src/
  26. - lib/tests/
  27. - swagger/node_modules/
  28. - node_modules/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement