Guest User

Untitled

a guest
Jan 22nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. runtime: php
  2. env: flex
  3.  
  4. runtime_config:
  5. document_root: public
  6.  
  7. # required on some platforms so ".env" is not skipped
  8. skip_files: false
  9.  
  10. env_variables:
  11. # The values here will override those in ".env". This is useful for
  12. # production-specific configuration. However, feel free to set these
  13. # values in ".env" instead if you prefer.
  14. APP_LOG: errorlog
  15. STORAGE_DIR: /tmp
  16. CACHE_DRIVER: database
  17. SESSION_DRIVER: database
  18. ## Set these environment variables according to your CloudSQL configuration.
  19. DB_HOST: localhost
  20. DB_DATABASE: zoho_portal
  21. DB_USERNAME: USER
  22. DB_PASSWORD: PASS
  23. DB_SOCKET: /cloudsql/zoho-portal-159018:us-central1:zoho-portal
  24.  
  25. beta_settings:
  26. cloud_sql_instances: "zoho-portal-159018:us-central1:zoho-portal"
  27.  
  28. "post-deploy-cmd": [
  29. "chmod -R 755 bootstrap/cache"
  30. ]
Add Comment
Please, Sign In to add comment