vinitpayal

configForAppEngine

Dec 19th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.11 KB | None | 0 0
  1. app_id: "dev~tribes"
  2. version_id: "None.908122504528434241"
  3. application_root: "/Users/vinit/codes/tribes-ai-backend"
  4. threadsafe: true
  5. api_port: 63814
  6. libraries {
  7.   name: "ssl"
  8.   version: "2.7.11"
  9. }
  10. libraries {
  11.   name: "protorpc"
  12.   version: "1.0"
  13. }
  14. libraries {
  15.   name: "pytz"
  16.   version: "2017.2"
  17. }
  18. libraries {
  19.   name: "webapp2"
  20.   version: "2.3"
  21. }
  22. libraries {
  23.   name: "webob"
  24.   version: "1.1.1"
  25. }
  26. libraries {
  27.   name: "werkzeug"
  28.   version: "0.11.10"
  29. }
  30. libraries {
  31.   name: "yaml"
  32.   version: "3.10"
  33. }
  34. skip_files: ".idea/|venv/|env/|.git/|test/|lib1/"
  35. static_files: "^$"
  36. environ {
  37.   key: "GAE_USE_SOCKETS_HTTPLIB"
  38.   value: "True"
  39. }
  40. environ {
  41.   key: "PYTHONHTTPSVERIFY"
  42.   value: "1"
  43. }
  44. environ {
  45.   key: "GOOGLE_APPLICATION_CREDENTIALS"
  46.   value: "./storage/keys/service_account_private_key.json"
  47. }
  48. cloud_sql_config {
  49.   mysql_host: "localhost"
  50.   mysql_port: 3306
  51.   mysql_user: ""
  52.   mysql_password: ""
  53. }
  54. datacenter: "us1"
  55. instance_id: "e104dbeedc3febef8eafaa7cacf6777089bf"
  56. python_config {
  57. }
  58. stderr_log_level: 1
  59. auth_domain: "gmail.com"
  60. api_host: "localhost"
  61. server_port: 8080
  62. vm: false
Add Comment
Please, Sign In to add comment