You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`LITESERVER`| IP and port of lite server, example: `185.86.76.183:5815`|
78
78
|`LITESERVER_KEY`| public key of lite server `5v2dHtSclsGsZVbNVwTj4hQDso5xvQjzL/yPEHJevHk=`. <br/>Be careful with base64 encoding and ENV var. Use '' |
79
+
|`LITESERVER_RATE_LIMIT`| If you have a rented node with an RPS limit, set the RPS value here equal to (or preferably slightly less than) the limit. Default: 100. |
79
80
|`SEED`| seed phrase for main hot wallet. 24 words compatible with standard TON wallets |
80
81
|`DB_URI`| URI for DB connection, example: <br/>`postgresql://db_user:db_password@localhost:5432/payment_processor`|
81
82
|`POSTGRES_DB`| name of database for storing payments data |
0 commit comments