Create .env for config

This commit is contained in:
siinus
2021-05-02 01:37:38 +03:00
parent e6fb8ea528
commit 74b6cbe7e3
7 changed files with 85 additions and 27 deletions

17
pyleds/.env.defaults Normal file
View File

@@ -0,0 +1,17 @@
ENVIRONMENT=prod
USE_EMULATOR=false
BIND_ADDR=127.0.0.1
BIND_PORT=8080
# Strip configuration
STRIP_PIXELS=290
STRIP_GPIO_PIN=18
STRIP_HZ=800000
STRIP_DMA=10
STRIP_INVERT=false
STRIP_BRIGHTNESS=255
STRIP_CHANNEL=0
STRIP_TYPE=4104
REGIONS=46,96,191,241
BPM_DEFAULT=60