diff --git a/ENVIRONMENT.rst b/ENVIRONMENT.rst index cd7872c..c489b9f 100644 --- a/ENVIRONMENT.rst +++ b/ENVIRONMENT.rst @@ -13,6 +13,11 @@ Required These environment variables are always required: +* **COIN** + + Must be a *NAME* from one of the **Coin** classes in + `lib/coins.py`_. + * **DB_DIRECTORY** The path to the database directory. Relative paths should be @@ -53,11 +58,6 @@ Miscellaneous These environment variables are optional: -* **COIN** - - Must be a *NAME* from one of the **Coin** classes in - `lib/coins.py`_. Defaults to `Bitcoin`. - * **NET** Must be a *NET* from one of the **Coin** classes in `lib/coins.py`_.