1
0
mirror of https://github.com/tiny-pilot/tinypilot.git synced 2021-09-19 22:56:27 +03:00
Files
tinypilot-machine-bios-cont…/dev_app_settings.cfg
Jason Wallace 19d18448cf Load keyboard and mouse paths from Flask config file (#754)
* Add app settings file.

* Remove helper functions.

* Remove references to the KEYBOARD_PATH & MOUSE_PATH env vars.

* Add app_settings.cfg to gitignore.
2021-08-18 14:11:15 +02:00

6 lines
167 B
INI

# This configuration file is an actual Python file. Only variables in uppercase
# are recognized as config keys.
KEYBOARD_PATH = '/dev/null'
MOUSE_PATH = '/dev/null'