Advertisement
Guest User

Untitled

a guest
Mar 16th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. generalConfig.jobPoolSize=3
  2. generalConfig.internalKey=GoldKey.jsapi
  3. generalConfig.logging.level=INFO
  4. generalConfig.logging.max_file_size=10MB
  5. generalConfig.logging.max_backups=3
  6.  
  7.  
  8. localhost.connectionString=jdbc:mysql://localhost:3306/jsapi?user=root&password=admin&zeroDateTimeBehavior=convertToNull&useAffectedRows=true&autocommit=false&useUnicode=yes&characterEncoding=utf8
  9. localhost.connectionPoolSize=6
  10. localhost.mongoConnection=localhost;27017;jsapi
  11. localhost.aliases=aliastest;192;fw;65
  12. localhost.logging.level=DEBUG
  13. localhost.logging.file=/tmp/jsapilog.txt
  14. #localhost.project_directory=/DEV/knetik/fanclash-symfony
  15.  
  16. test.connectionString=jdbc:mysql://localhost:3306/jsapi_test?user=root&password=admin&useAffectedRows=true&useUnicode=yes&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
  17. test.connectionPoolSize=10
  18. test.mongoConnection=localhost;27017;jsapi_test
  19. test.logging.level=WARN
  20. #test.project_directory=/DEV/knetik/jumpstart-symfony
  21.  
  22.  
  23. #192.connectionString=jdbc:mysql://sb.knetik.com/eliot_sb_teamrock?user=root&password=GoldKey.sandbox&zeroDateTimeBehavior=convertToNull&useAffectedRows=true
  24. #192.connectionPoolSize=1
  25.  
  26. #tester_core.connectionString=jdbc:mysql://sb.knetik.com/tester_core?user=root&password=GoldKey.sandbox&zeroDateTimeBehavior=convertToNull&useAffectedRows=true
  27. #tester_core.connectionPoolSize=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement