From 7aa5d4e61b29032829a9b081b51f3cc619576028 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 13 Jan 2021 13:19:09 -0800 Subject: [PATCH] specify networks for different make opts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f98a109..d69a280 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Most of the user facing pages use Redis cache as an intermediary so as to not ov Use the provided Makefile to provision stuff; pass `prod` or `dev` depending on your environment. * Run `cp env-example .env && vim .env` to create a secrets file for the app and containers. Be sure to edit it's contents with the proper secrets. -* Run `make dev-up` to stand up development infrastructure (pg, redis, rpc wallet). +* Run `make dev-up` to stand up development infrastructure (pg, redis, stagenet rpc wallet). * Run `make dev` to run the development web server. -* Run `make prod-up` to stand up production infrastructure (pg, redis, rpc wallet). +* Run `make prod-up` to stand up production infrastructure (pg, redis, mainnet rpc wallet). * Run `make prod` to run production web server. * Run `make init` to apply base database schemas.