Fixed default config file location

This commit is contained in:
Paul van Tilburg 2012-01-02 12:52:28 +01:00
parent 643520e577
commit 217985afc8
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ module StopTime::Models
include Singleton
# The default configuation file. (FIXME: shouldn't be hardcoded!)
ConfigFile = "./config.yaml"
ConfigFile = File.basename(__FILE__) + "/config.yaml"
# The default configuration. Note that the configuration of the root
# will be merged with this configuration.
DefaultConfig = { "invoice_id" => "%Y%N",