forked from HenrikDA/blynk-server
-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1370 from ElizabethMorves/master
I didn't have docker start. I propose such changes
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ MAINTAINER Florian Mauduit <[email protected]> | |
### | ||
|
||
## Server Port | ||
ENV BLYNK_SERVER_VERSION 0.41.7 | ||
ENV BLYNK_SERVER_VERSION 0.41.13 | ||
ENV HARDWARE_MQTT_PORT 8440 | ||
ENV HTTP_PORT 8080 | ||
ENV HTTPS_PORT 9443 | ||
|
@@ -49,7 +49,7 @@ ENV TABLE_ROWS_POOL_SIZE 100 | |
ENV PROFILE_SAVE_WORKER_PERIOD 60000 | ||
ENV STATS_PRINT_WORKER_PERIOD 60000 | ||
ENV WEB_REQUEST_MAX_SIZE 524288 | ||
ENV CSV_EXPORT_DATA_POINT_MAX 43200 | ||
ENV CSV_EXPORT_DATA_POINTS_MAX 43200 | ||
ENV HARD_SOCKET_IDLE_TIMEOUT 10 | ||
ENV ADMIN_ROOT_PATH /admin | ||
ENV PRODUCT_NAME Blynk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters