Create .env for config
This commit is contained in:
17
pyleds/.env.defaults
Normal file
17
pyleds/.env.defaults
Normal 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
|
||||
Reference in New Issue
Block a user