Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
workloadmgr / fsscripts / tvault-filemanager / connectors / pl / filemanager_config.pl.example
Size: Mime:
package Filemanager::Config;

our $config = {
  base_path => '/home/USER/SITE/Filemanager/'
  uploads_directory => "/tmp/uploads", #Absolute path to where the root of your files are
  url_path => "/Filemanager/userfiles" #The root that the user thinks the files are at
}