Config

Undocumented in source.

Constructors

this
this(string hostname, string base, bool publicList)
Undocumented in source.

Members

Functions

getProfile
Profile getProfile(string path)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parse
Config parse(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSize
ulong parseSize(string size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
string base;

file base store blobs

dataSourceProps
string[string] dataSourceProps;

store datasource properties

hostname
string hostname;
Undocumented in source.
keys
string[string] keys;

every key for profile

maxSize
ulong maxSize;

upload file limit

profiles
Profile[string] profiles;

url profile for management

publicList
bool publicList;

enable dir list

Meta