mirror of
https://github.com/janishutz/BiogasControllerApp.git
synced 2025-11-25 13:54:24 +00:00
Implemented Settings and optimized logger
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
[Port Settings]
|
||||
forceSpecificPort: False
|
||||
specificPort: None
|
||||
specificPort = None
|
||||
|
||||
[UI Config]
|
||||
sizeH: 600
|
||||
sizeW: 800
|
||||
showLoadingScreen: True
|
||||
sizeH = 600
|
||||
sizeW = 800
|
||||
|
||||
[Dev Settings]
|
||||
# Settings generally aimed towards the devs of this software!
|
||||
verbose: False
|
||||
log_level: DEBUG
|
||||
disableConnectionCheck: False
|
||||
verbose = True
|
||||
log_level = DEBUG
|
||||
disableConnectionCheck = True
|
||||
|
||||
[Info]
|
||||
version: V2.3.0
|
||||
subVersion: None
|
||||
version = V2.3.0
|
||||
subVersion = -dev1
|
||||
|
||||
Reference in New Issue
Block a user