@@ -40,22 +40,22 @@ For updates on your requests, you can either poll using the `get` (`/tranasction
40
40
41
41
| Variable Name | Description | Default Value | Required |
42
42
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------- | -------- |
43
- | ` HOST ` | Host name of the API Server | ` localhost ` | false |
44
- | ` PORT ` | Port number of the API Server | ` 3005 ` | false |
45
- | ` THIRDWEB_API_KEY ` | API Key to access ThirdWeb API | | true |
46
- | ` POSTGRES_HOST ` | PostgreSQL Host Name | | true |
47
- | ` POSTGRES_DATABASE_NAME ` | PostgreSQL Database Name | | true |
48
- | ` POSTGRES_USER ` | PostgreSQL Username | | true |
49
- | ` POSTGRES_PASSWORD ` | PostgreSQL Password | | true |
50
- | ` POSTGRES_PORT ` | PostgreSQL Port | | true |
51
- | ` POSTGRES_USE_SSL ` | Flag to indicate whether to use SSL | | true |
52
- | ` TRANSACTIONS_TO_BATCH ` | Number of transactions to batch process at a time. | ` 10 ` | false |
53
- | ` CHAIN_OVERRIDES ` | Pass your own RPC urls to override the default ones. This can be file or an URL. See example override-rpc-urls.json | | false |
54
- | ` OPENAPI_BASE_ORIGIN ` | Base URL for Open API Specification. Should be the Base URL of your App. | ` http://localhost:3005 ` | false |
55
- | ` THIRDWEB_SDK_SECRET_KEY ` | Create an API KEY on Thirdweb Dashboard and copy the SecretKey. | | true |
56
- | ` MINED_TX_CRON_ENABLED ` | Flag to indicate whether to run the cron job to check mined transactions. | ` true ` | false |
57
- | ` MINED_TX_CRON_SCHEDULE ` | Cron Schedule for the cron job to check mined transactions. | ` */30 * * * * ` | false |
58
- | ` MIN_TX_TO_CHECK_FOR_MINED_STATUS ` | Number of transactions to check for mined status at a time. | ` 50 ` | false |
43
+ | ` HOST ` | Host name of the API Server | ` localhost ` | ❌ |
44
+ | ` PORT ` | Port number of the API Server | ` 3005 ` | ❌ |
45
+ | ` THIRDWEB_API_KEY ` | API Key to access ThirdWeb API | | ✅ |
46
+ | ` POSTGRES_HOST ` | PostgreSQL Host Name | | ✅ |
47
+ | ` POSTGRES_DATABASE_NAME ` | PostgreSQL Database Name | | ✅ |
48
+ | ` POSTGRES_USER ` | PostgreSQL Username | | ✅ |
49
+ | ` POSTGRES_PASSWORD ` | PostgreSQL Password | | ✅ |
50
+ | ` POSTGRES_PORT ` | PostgreSQL Port | | ✅ |
51
+ | ` POSTGRES_USE_SSL ` | Flag to indicate whether to use SSL | | ✅ |
52
+ | ` TRANSACTIONS_TO_BATCH ` | Number of transactions to batch process at a time. | ` 10 ` | ❌ |
53
+ | ` CHAIN_OVERRIDES ` | Pass your own RPC urls to override the default ones. This can be file or an URL. See example override-rpc-urls.json | | ❌ |
54
+ | ` OPENAPI_BASE_ORIGIN ` | Base URL for Open API Specification. Should be the Base URL of your App. | ` http://localhost:3005 ` | ❌ |
55
+ | ` THIRDWEB_SDK_SECRET_KEY ` | Create an API KEY on Thirdweb Dashboard and copy the SecretKey. | | ✅ |
56
+ | ` MINED_TX_CRON_ENABLED ` | Flag to indicate whether to run the cron job to check mined transactions. | ` true ` | ❌ |
57
+ | ` MINED_TX_CRON_SCHEDULE ` | Cron Schedule for the cron job to check mined transactions. | ` */30 * * * * ` | ❌ |
58
+ | ` MIN_TX_TO_CHECK_FOR_MINED_STATUS ` | Number of transactions to check for mined status at a time. | ` 50 ` | ❌ |
59
59
60
60
## Setup Instructions
61
61
0 commit comments