Advertisement
Guest User

Untitled

a guest
May 24th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. [INSTANCE]
  2. CLOUDSQL_INSTANCE = ip-trabajo-vlopez:task-evol2
  3. DATABASE_NAME = Actuaciones
  4. _INSTANCE_NAME = ip-trabajo-vlopez:task-evol2
  5. EXTENSION = @t4w.es
  6.  
  7. [RESTART]
  8. PROJECT_ID = ip-trabajo-vlopez:
  9. INSTANCE = task-evol2
  10. API_KEY = AIzaSyCcEhN3UEFqCFvtinNrhL0sZFxATcGFP9s
  11.  
  12. [PAGINACION]
  13. paging = 10
  14. paging_arbol = 71
  15.  
  16. [STORAGE]
  17. bucketStorage = backup_export_ip_desa
  18. CONSTANTE_KEY_DEVELOPER = AIzaSyCcEhN3UEFqCFvtinNrhL0sZFxATcGFP9s
  19. backup_diario = backups_diarios_victor
  20. backup_semanal = backups_semanales_victor
  21. backup_mensual = backups_mensuales_victor
  22. backup_anual = backups_anuales_victor
  23. nombre_backup_diario = backup_diario_t4w
  24. nombre_backup_semanal = backup_semanal_t4w
  25. nombre_backup_mensual = backup_mensual_t4w
  26. nombre_backup_anual = backup_anual_t4w
  27. DOCUMENTOSACTUACIONES = vlopez-fotos-task
  28.  
  29. [LINKS]
  30. link = ip-trabajo-vlopez
  31.  
  32. [SIMULADOR]
  33. user_simulador = admin@t4w.es
  34.  
  35. [OAUTH]
  36. SECRET = c0PkQTxQWcJwm4KSomE7bTgr
  37. KEY = t4w.es
  38. USER_OAUTH = admin@t4w.es
  39. WEB_CLIENT_ID = 721822076875-0aca1c4kg76p47so6daor1lslg1n5lh0.apps.googleusercontent.com
  40. TOKEN_URL = https://accounts.google.com/o/oauth2/token
  41. AUTH_URL = https://accounts.google.com/o/oauth2/auth
  42.  
  43. [CALENDAR]
  44. CALENDAR_ID_IP = 640299395431-e4lk0sd1ss3a8251ms48d2nnrnffcvl1@developer.gserviceaccount.com
  45. CALENDAR_FINGERPRINT_IP = IP-HAT-DESA-41902c3817cc
  46.  
  47. [CACHE]
  48. BIGCACHE=True
  49.  
  50. [ADMIN]
  51. ADMIN_USER_ID=373
  52.  
  53. [GMAPS]
  54. CLIENTID=gme-intelligencepartners
  55. GMAPS_KEY=BzE0sJRRFKI8aChZ5uSyyCTllFM=
  56. CANAL=
  57.  
  58. [USERS]
  59. APP_URL = http://ip-trabajo-vlopez.appspot.com
  60. #dominios separados por ;
  61. DOMINIO_APLICACION = t4w.es
  62.  
  63. [HISTORIFICACION]
  64. DIASHIST = 90
  65. MESES = 13
  66. DIASANHO = 365
  67. MESESANHO = 12
  68.  
  69. [ANALYTIC]
  70. _INSTANCE_ANALYTIC_NAME= t4w-analytic
  71. DATABASE_ANALYTIC_NAME= T4W_Analytics
  72. ENABLED=True
  73. UTC=1
  74. ANALYTIC_BUCKET = t4w_exports
  75.  
  76. [AUTOCOMPLETE]
  77. ENABLED=False
  78.  
  79. [BACKUPS]
  80. ENABLED=True
  81.  
  82. [SENDGRID]
  83. USER=iplabssendgrid
  84. PASSWORD=mallorca1234
  85. LIMITE=12000
  86.  
  87. [CARGAJAVASCRIPT]
  88. MINIFICACION=False
  89.  
  90.  
  91.  
  92. application: ip-trabajo-vlopez
  93. module: default
  94. version: ono4
  95. runtime: python27
  96. api_version: 1
  97. threadsafe: false
  98.  
  99. automatic_scaling:
  100. min_idle_instances: automatic
  101. max_idle_instances: automatic
  102. min_pending_latency: automatic
  103. max_pending_latency: automatic
  104.  
  105. handlers:
  106. - url: /_ah/spi/.*
  107. script: webservices.taskworkapi.APPLICATION
  108. secure: optional
  109.  
  110. - url: /web
  111. static_dir: web/
  112. secure: optional
  113.  
  114. - url: /css
  115. static_dir: src/web/css
  116. secure: optional
  117.  
  118. - url: /fonts
  119. static_dir: src/web/fonts
  120. secure: optional
  121.  
  122. - url: /img
  123. static_dir: src/web/img
  124. secure: optional
  125.  
  126. - url: /js
  127. static_dir: src/web/js
  128. secure: optional
  129.  
  130. - url: /_ah/mail/.+
  131. script: src.mail.app
  132. login: admin
  133. secure: optional
  134.  
  135. - url: /.*
  136. script: src.intf.app
  137. secure: optional
  138.  
  139. # Endpoints handler: this must be /_ah/spi for Endpoints, NOT /_ah/api!
  140.  
  141. libraries:
  142. - name: webapp2
  143. version: "2.5.2"
  144.  
  145. - name: jinja2
  146. version: latest
  147.  
  148. - name: MySQLdb
  149. version: latest
  150.  
  151. - name: pycrypto
  152. version: latest
  153.  
  154. - name: endpoints
  155. version: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement