diff options
| -rw-r--r-- | .env.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample index 7e82474..e59d9c5 100644 --- a/.env.sample +++ b/.env.sample @@ -1,2 +1,5 @@ export COINBASE_KEY='' export COINBASE_SECRET='' + +export SELLER_COINBASE_KEY='' +export SELLER_COINBASE_SECRET='' |
