# the extension doesn't affect the file content or format LogExtension=.xml [Doppix.component.dbs.DbsComponent]
# sets the log level of the DbsComponent LogLevel=ALL # sets wheter this component should be started during system startup
LoadOnStartup=true # specifies the hash string to identify this component HashKey=Dbs # sets the needed DbsAccess class to realize the data base system access
DbsAccessClass=Doppix.serveraccess.dbs.text.TextDbs # sets the file base path to use by the TextDbs implementation # this path must exist and must be writable
# The filebase path MUST BE specified in an relative manner (to the given DataPath).