Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # set the number of demo files to keep in rotation
  2. file_limit = 30
  3.  
  4. # for local web server; edit this path and make it match the one in serversettings.con
  5. target_root = /path/to/webroot/demos
  6.  
  7. # set to 1 to enable ftp uploading
  8. use_ftp = 0
  9.  
  10. # set to the target directory on the ftp server
  11. ftp_target_dir = /path/to/webroot/demos
  12.  
  13. # login information for the ftp server goes here
  14. ftp_server = my.ftp.server
  15. ftp_user = my_user
  16. ftp_password = my_password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement