-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ability for router to update environment variables after start…
…up (#129) * Adding ability for router to update environment variables after startup
- Loading branch information
1 parent
e863d2f
commit c7901ff
Showing
7 changed files
with
134 additions
and
14 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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This file will be read on occasion from the LIVE process and variables and values | ||
# listed here will be set in the process.env. It is intended to be used to override | ||
# existing environment variables without restarting the process if they need to be overridden. | ||
|
||
# Note: Any lines that start with # will be ignored | ||
# set the value to $DELETE$ to clear any set value it may have. | ||
|
||
#DUMMY_ENV_VAR=somevalue | ||
|
||
# REQUEST_LIMIT_PERIOD_MILLIS= | ||
# MAX_TRANSACTIONS_PER_UNIT_TIME= | ||
# MAX_NON_TRANSACTION_REQUESTS_PER_UNIT_TIME= | ||
|
||
# CONTRACT_DEPLOYER_ADDRESS= | ||
# COMMA_SEPARATED_TO_ADDRESS_WHITELIST= | ||
# COMMA_SEPARATED_RATE_LIMIT_WHITELISTED_IPS= |
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
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
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
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
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