Skip to content

Commit

Permalink
Merge pull request #172 from flow-hydraulics/latenssi/prepare-0.6.0
Browse files Browse the repository at this point in the history
Reference configs/configs.go instead of listing all variables
  • Loading branch information
latenssi authored Sep 1, 2021
2 parents a884cec + 1b887c8 commit c09e635
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,46 +149,10 @@ Configure Google KMS as the key storage for `flow-wallet-api` and set the necess
| LocationID | `FLOW_WALLET_GOOGLE_KMS_LOCATION_ID` | GCP Location ID | - | `europe-north1`, `us-west1` |
| KeyRingID | `FLOW_WALLET_GOOGLE_KMS_KEYRING_ID` | GCP Key Ring ID | - | `example-wallet-keyring` |

### All possible environment variables
### All possible configuration variables

Refer to [configs/configs.go](configs/configs.go) for details and documentation.

```
FLOW_WALLET_HOST=
FLOW_WALLET_PORT=3000
FLOW_WALLET_ACCESS_API_HOST=localhost:3569
FLOW_WALLET_ENABLED_TOKENS=FlowToken:0x0ae53cb6e3f42a79
FLOW_WALLET_DATABASE_DSN=wallet.db
FLOW_WALLET_DATABASE_TYPE=sqlite
FLOW_WALLET_DISABLE_RAWTX
FLOW_WALLET_DISABLE_FT
FLOW_WALLET_DISABLE_NFT
FLOW_WALLET_DISABLE_CHAIN_EVENTS
FLOW_WALLET_ADMIN_ADDRESS=
FLOW_WALLET_ADMIN_KEY_INDEX=0
FLOW_WALLET_ADMIN_KEY_TYPE=local
FLOW_WALLET_ADMIN_PRIVATE_KEY=
FLOW_WALLET_ADMIN_PROPOSAL_KEY_COUNT=1
FLOW_WALLET_CHAIN_ID=flow-emulator
FLOW_WALLET_DEFAULT_KEY_TYPE=local
FLOW_WALLET_DEFAULT_KEY_INDEX=0
FLOW_WALLET_DEFAULT_KEY_WEIGHT=-1
FLOW_WALLET_DEFAULT_SIGN_ALGO=ECDSA_P256
FLOW_WALLET_DEFAULT_HASH_ALGO=SHA3_256
FLOW_WALLET_ENCRYPTION_KEY=
GOOGLE_APPLICATION_CREDENTIALS=
FLOW_WALLET_GOOGLE_KMS_PROJECT_ID=
FLOW_WALLET_GOOGLE_KMS_LOCATION_ID=
FLOW_WALLET_GOOGLE_KMS_KEYRING_ID=
FLOW_WALLET_TRANSACTION_TIMEOUT=0
```

## Credit

The Flow Wallet API is developed and maintained by [Equilibrium](https://equilibrium.co/),
Expand Down

0 comments on commit c09e635

Please sign in to comment.