obscreen/config.py.dist
2024-02-27 15:03:40 +01:00

6 lines
259 B
Plaintext

config = {
"debug": False, # Enable autoreload for html/jinja files
"reverse_proxy_mode": False, # True if you want to use nginx on port 80
"lx_file": '/home/pi/.config/lxsession/LXDE-pi/autostart' # Path to lx autostart file
}