Advertisement
Guest User

Untitled

a guest
Feb 8th, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. gnominder.jwt.secret=secret
  2. gnominder.jdbc.driver=org.postgresql.Driver
  3. gnominder.jdbc.url=jdbc:postgresql://postgres:5432/gnominder_stub
  4. gnominder.jdbc.username=admin
  5. gnominder.jdbc.password=admin
  6. gnominder.cache.ttl=60
  7. gnominder.cache.ttl.unit=SECONDS
  8. gnominder.redis.queue.hostname=queue
  9. gnominder.redis.queue.port=6379
  10. gnominder.redis.queue.password=password
  11. gnominder.daemon.cron=*/5 * * * * ?
  12. gnominder.confirmation.endpoint.url=http://localhost:3000/
  13. gnominder.shortener.google.apikey=AIzaSyBKwZ6OqjA7GIzfUe7XwkBW63LpqYTWVcM
  14. gnominder.retry.attempts=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement