Guest User

Untitled

a guest
Apr 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. runtime: custom
  2. env: flex
  3.  
  4. # Metabase does not support horizontal scaling
  5. # https://github.com/metabase/metabase/issues/2754
  6. # https://cloud.google.com/appengine/docs/flexible/java/configuring-your-app-with-app-yaml
  7. manual_scaling:
  8. instances: 1
  9.  
  10. env_variables:
  11. # MB_JETTY_PORT: 8080
  12. MB_DB_TYPE: mysql
  13. MB_DB_DBNAME: [db_name]
  14. # MB_DB_PORT: 5432
  15. MB_DB_USER: [db_user]
  16. MB_DB_PASS: [db_password]
  17. # MB_DB_HOST: 127.0.0.1
  18. CLOUD_SQL_INSTANCE: [project-id]:[location]:[instance-id]
Add Comment
Please, Sign In to add comment