Advertisement
Guest User

local.properties

a guest
May 25th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. datasource.url=jdbc:postgresql://localhost:5430/friendsome?useUnicode=true&characterEncoding=UTF-8
  2. datasource.username=friendsome
  3. datasource.password=P@ssw0rd
  4. datasource.driver=org.postgresql.Driver
  5.  
  6. mandrill.enabled=true
  7. confirmation.baseurl=http://localhost:8080/friendsome
  8. mandrill.emailConfirmationTemplate=confirm
  9. mandrill.emailForgotPasswordTemplate=forgot-password
  10. mandrill.apiKey=fgHT-5DkhA0qfXA5r0wn2Q
  11. mandrill.subaccount.nounsub=no-unsub
  12. mandrill.subaccount=test
  13.  
  14. awssdk.accessKey=AKIAJ7LJPJYSQTS7GLXQ
  15. awssdk.secretKey=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
  16. awssdk.contactImageBucket=friendsome-images-dev
  17. awssdk.contactBucketUrl=https://s3.amazonaws.com/friendsome-images-dev/
  18. awssdk.imageInteractionsBucketName=friendsome-images-interaction
  19. awssdk.imageInteractionsUrl=https://s3.amazonaws.com/friendsome-images-interaction/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement