Return the config file path from options or the default

Property definitions

config $ IniConfig :: config_file
	# Return the config file path from options or the default
	fun config_file: String do return opt_config.value or else default_config_file
lib/config/config.nit:320,2--321,79