##### [load_appium_txt](https://github.com/appium/ruby_lib/blob/d67cbbac43f511515f6e6f53197cfae2bb7671e0/lib/appium_lib/driver.rb#L70)
> def self.load_appium_txt(opts = {})
Load appium.txt (toml format)
the basedir of this file + appium.txt is what's used
```
[caps]
app = "path/to/app"
[appium_lib]
port = 8080
```
:app is expanded
:require is expanded
all keys are converted to symbols
__Parameters:__
This file has been truncated. show original