Guest User

Untitled

a guest
Dec 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. runtime: php
  2. env: flex
  3.  
  4. runtime_config:
  5. document_root: public
  6.  
  7. # Ensure we skip ".env", which is only for local development
  8. skip_files:
  9. - .env
  10.  
  11. env_variables:
  12.  
  13. # Put production environment variables here.
  14.  
  15. APP_LOG: errorlog
  16. APP_KEY: base64:DZaQGd2hg/irj0YeTQtZxb3bY6Em25gMlLmoY8oDK7E=
  17. STORAGE_DIR: /tmp
  18. CACHE_DRIVER: database
  19. SESSION_DRIVER: database
  20. DB_HOST: localhost
  21. DB_DATABASE: blog
  22. DB_USERNAME: root
  23. DB_PASSWORD: target@2017
  24. DB_SOCKET: "/cloudsql/phpsipl1:us-central1:phpsipl"
  25. beta_settings:
  26. cloud_sql_instances: "phpsipl1:us-central1:phpsipl"
Add Comment
Please, Sign In to add comment