Update backend environment example
This commit is contained in:
parent
aa2438279b
commit
15cb55e648
@ -5,3 +5,12 @@ STORAGE_ROOT=../runtime/storage
|
|||||||
PUBLIC_BASE_URL=http://localhost:3007
|
PUBLIC_BASE_URL=http://localhost:3007
|
||||||
DEVICE_BOOTSTRAP_SECRET=replace-me
|
DEVICE_BOOTSTRAP_SECRET=replace-me
|
||||||
MAX_UPLOAD_SIZE_BYTES=524288000
|
MAX_UPLOAD_SIZE_BYTES=524288000
|
||||||
|
|
||||||
|
ACCOUNT_ACCESS_TOKEN_SECRET=replace-with-account-access-token-secret
|
||||||
|
ACCOUNT_ACCESS_TOKEN_TTL_SECONDS=900
|
||||||
|
|
||||||
|
PADDLE_ENVIRONMENT=sandbox
|
||||||
|
PADDLE_API_KEY=replace-with-paddle-api-key
|
||||||
|
PADDLE_WEBHOOK_SECRET=replace-with-paddle-webhook-secret
|
||||||
|
PADDLE_PRO_MONTHLY_PRICE_ID=replace-with-paddle-monthly-price-id
|
||||||
|
PADDLE_PRO_YEARLY_PRICE_ID=replace-with-paddle-yearly-price-id
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user