Advertisement
Guest User

migrator.cfg.lua

a guest
Jun 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local data_path = "/var/lib/prosody";
  2.  
  3. input {
  4. type = "prosody_files";
  5. path = data_path;
  6. }
  7.  
  8. output {
  9. type = "prosody_sql";
  10. driver = "PostgreSQL";
  11. database = "prosody";
  12. username = "prosody";
  13. password = "PasswordForUserProsody";
  14. host = "localhost";
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement