From a827e1d9b5d17ee9d7a170abbd0116db62cb8cdf Mon Sep 17 00:00:00 2001 From: Forky Date: Mon, 31 Jan 2022 10:24:53 +0000 Subject: [PATCH] Add .env.example --- .env.example | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..1d2e7a5 --- /dev/null +++ b/.env.example @@ -0,0 +1,18 @@ +# This is an example file. Uncomment and change any variables you would like to overwride. + +# The HIVE account running the node (defaults to disregardfiat) +#account=disregardfiat +# The HIVE account active private key +#active= +# Your API public address (deafults to http://dlux-token.herokuapp.com) +#domain=http://dlux-token.herokuapp.com +# Your API port (defaults to 3001) +#PORT=3001 +# Your bidRate (defaults to 2500) +#BIDRATE=2500 +# Your History based HIVE node for startup purpouses +#STARTURL= +# Your blockbased HIVE node for getting blocks and broadcasting transactions +#APIURL= +# Array of nodes to be used if the node on APIURL fails +#clients=https://nodeA,https://nodeB,https://nodeN