mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-20 01:50:24 -05:00
Settings can now be taken from separate file with local override.
* Various settings in settings-nvr.js module * settings-nvr-local.js can override settings-nvr.js * settings-nvr-local is unchecked file * Both files can be straight maps, or functions returning maps * webpack env and args available to those functions
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,9 +1,11 @@
|
||||
cameras.sql
|
||||
.DS_Store
|
||||
.project
|
||||
.settings
|
||||
*.swp
|
||||
node_modules
|
||||
prep.config
|
||||
settings-nvr-local.js
|
||||
target
|
||||
ui-dist
|
||||
yarn-error.log
|
||||
|
||||
Reference in New Issue
Block a user