environment.properties 629 B

1234567891011121314
  1. # The size of the executor thread pool (that can handle blocking back-end processing).
  2. executor.threadPool.size = 300
  3. # A MongoDB URI/Connection string
  4. # see: http://docs.mongodb.org/manual/reference/connection-string/
  5. mongodb.uri = mongodb://localhost:27017/hello_world?maxPoolSize=300
  6. # A MySQL URI/Connection string
  7. mysql.uri = jdbc:mysql://localhost:3306/hello_world
  8. # MySQL useConfigs value, See section "21.3.5.1.1. Properties Files for the useConfigs Option" of:
  9. # http://dev.mysql.com/doc/refman/5.6/en/connector-j-reference-configuration-properties.html
  10. # Empty is a valid selection.
  11. mysql.useConfigs = maxPerformance