Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 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 = "MySQL";
  11. database = "db";
  12. username = "db";
  13. password = "llllll";
  14. host = "localhost";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement