Guest User

Untitled

a guest
Oct 14th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. web_apps:
  2. default:
  3. extensions:
  4. postgresql_dbpool: # EXTENSION NAME AS KEY
  5. jndi: 'jdbc/mooalert' # jndi name
  6. username: 'jaikoo' # database username
  7. password: 'enteryourpassword' # database password
  8. url: 'jdbc:postgresql://localhost:5432/mooalert_dev' # database url
  9. maxActive: 100 # max nodes actives
  10. maxIdle: 30 # max nodes idles
  11. maxWait: 10000 # max nodes waiting
Add Comment
Please, Sign In to add comment