Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. runtime: python27
  2. api_version: 1
  3. threadsafe: false
  4.  
  5. handlers:
  6. - url: /.*
  7. script: main.py
  8.  
  9. env_variables:
  10. CLOUDSQL_CONNECTION_NAME: censoredLOL
  11. CLOUDSQL_USER: root
  12. CLOUDSQL_PASSWORD: censoredLOL
  13.  
  14. libraries:
  15. - name: MySQLdb
  16. version: "latest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement