chore: add template configuration.yaml
- remove configuration.yaml - hoping to avoid committing sensitive info
This commit is contained in:
parent
2cdbc21fdd
commit
7def679730
15
.devcontainer/configuration.tmpl.yaml
Normal file
15
.devcontainer/configuration.tmpl.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
default_config:
|
||||
|
||||
logger:
|
||||
default: error
|
||||
logs:
|
||||
custom_components.nicehash: debug
|
||||
|
||||
nicehash:
|
||||
organization_id:
|
||||
api_key:
|
||||
api_secret:
|
||||
currency: USD
|
||||
rigs: false
|
||||
devices: false
|
||||
payouts: false
|
@ -1,7 +0,0 @@
|
||||
default_config:
|
||||
|
||||
logger:
|
||||
default: error
|
||||
logs:
|
||||
custom_components.nicehash: debug
|
||||
|
Loading…
Reference in New Issue
Block a user