-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor stream-metadata server startup to improve startup orchestrat…
…ion, and fail fast if misconfigured (#771) Co-authored-by: Kerem Kazan <[email protected]>
- Loading branch information
1 parent
c46e439
commit 516fa1b
Showing
2 changed files
with
48 additions
and
79 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Required. | ||
RIVER_ENV=local_multi | ||
RIVER_CHAIN_RPC_URL=http://localhost:8546 | ||
# port that the server listens at. e.g. http://localhost:3002 | ||
PORT=3002 | ||
|
||
# IMPORTANT: disable tls cert validation in localhost env ONLY | ||
# in all other environments, comment out this line. | ||
NODE_TLS_REJECT_UNAUTHORIZED=0 | ||
# Optional: port that the server listens at. e.g. http://localhost:3002 | ||
## default: 443 | ||
PORT=3002 |
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