Advertisement
jensens

Untitled

Nov 8th, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <relstorage source>
  2. blob-dir ${:blobstorage-import}
  3. <filestorage>
  4. path ${:filestorage-import}
  5. </filestorage>
  6. </relstorage>
  7.  
  8. <blobstorage destination>
  9. blob-dir ${:blobstorage}
  10. keep-history false
  11. <postgresql>
  12. dsn dbname='${:dbname}' host='${:dbhost}' user='${:dbuser}' password='${:dbpassword}'
  13. </postgresql>
  14. </blobstorage>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement