From 4974623e0ecc8a6a09d764472fc1864d5869894f Mon Sep 17 00:00:00 2001 From: JSHan94 Date: Fri, 15 Dec 2023 17:55:26 +0900 Subject: [PATCH] add link --- bots/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/README.md b/bots/README.md index bc0a104c..24b2dd9f 100644 --- a/bots/README.md +++ b/bots/README.md @@ -45,7 +45,7 @@ const msg = new MsgCreateBridge(executor.key.accAddress, bridgeConfig); | SLACK_WEB_HOOK | Slack web hook for notification (optional) | '' | -> In OPinit bots, we use .dotenv for managing environment variable for development. If you want to set `.env` by worker, you should name it as `.env.{WORKER_NAME}` and set `WORKER_NAME` in [`executor`, `output`, `batch`, `challenger`]. +> In OPinit bots, we use [.dotenv](https://www.npmjs.com/package/dotenv) for managing environment variable for development. See [.env_sample](.env_sample). If you want to set `.env` by worker, you should name it as `.env.{WORKER_NAME}` and set `WORKER_NAME` in [`executor`, `output`, `batch`, `challenger`]. For example, if you want to set `.env` for `executor`, you should name it as `.env.executor` and set `WORKER_NAME=executor` in local environment. ## Bridge Executor