Browse Source
Update config.yml
Added option "offline"
pull/6057/head
Anthony B
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
dev/build/config.yml
|
@ -18,3 +18,4 @@ ssl: |
|
|
logLevel: $(LOG_LEVEL:info) |
|
|
logLevel: $(LOG_LEVEL:info) |
|
|
logFormat: $(LOG_FORMAT:default) |
|
|
logFormat: $(LOG_FORMAT:default) |
|
|
ha: $(HA_ACTIVE) |
|
|
ha: $(HA_ACTIVE) |
|
|
|
|
|
offline: $(OFFLINE_ACTIVE:false) |