obscreen/config.py.dist
2024-02-27 11:07:31 +01:00

8 lines
390 B
Plaintext

config = {
"config": False, # Enable autoreload for html/jinja files
"port": 5000, # Application port
"reverse_proxy_mode": False, # True if you want to use nginx on port 80
"lang": "en", # Language for manage view "fr" or "en"
"lx_file": '/home/pi/.config/lxsession/LXDE-pi/autostart' # Path to lx autostart file
}