mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-09 03:34:51 +00:00
replace template_spec test with config_variables test (#4034)
After introducing new config loading this PR replaces the obsolete template test with a config test.
This commit is contained in:
7
tests/configs/config_variables.env
Normal file
7
tests/configs/config_variables.env
Normal file
@@ -0,0 +1,7 @@
|
||||
MM_LANGUAGE=de
|
||||
MM_TIME_FORMAT=12
|
||||
MM_LOG_INFO=INFO
|
||||
MM_LOG_ERROR=ERROR
|
||||
SECRET_IP1="127.0.0.1"
|
||||
SECRET_IP2="::ffff:127.0.0.1"
|
||||
SECRET_IP3=1
|
||||
Reference in New Issue
Block a user