Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. services {
  2. postgresql {
  3. host: localhost
  4. db: actor
  5. user: actor
  6. password: actor
  7. }
  8.  
  9. activation {
  10. providers {
  11. sms: im.actor.server.activation.magfa.MagfaProvider
  12.  
  13. }
  14. }
  15.  
  16. magfa {
  17. service : "a"
  18. domain : ""
  19. username: "a"
  20. password : "a"
  21. from: "a"
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement