Module: Wlog::StaticConfigurations
- Defined in:
- lib/wlog/static_configurations.rb
Overview
Static path data.
Constant Summary collapse
- APPLICATION_NAME =
The application name
"wlog"- CONFIGURATION_DIRECTORY =
Absolute path to the configuration directory
"#{ENV['HOME']}/.config/"- APPLICATION_DIRECTORY =
Absolute path to the application directory
"#{CONFIGURATION_DIRECTORY}#{APPLICATION_NAME}/"- DATA_DIRECTORY =
Absolute path to the data directory
"#{APPLICATION_DIRECTORY}data/"- DEFAULT_DATABASE =
Default database name (when unspecified)
"default"