mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
config BR2_PACKAGE_PYTHON_DOTENV
|
|
bool "python-dotenv"
|
|
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
|
|
help
|
|
Add .env support to your django/flask apps in development and deployments.
|
|
|
|
https://github.com/theskumar/python-dotenv
|