16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
PRIVATE_KEY=0xYOUR_PRIVATE_KEY
|
|
|
|
# mTLS
|
|
CLIENT_KEY=/path/to/your/client/key
|
|
CLIENT_CRT=/path/to/your/client/cert
|
|
|
|
# BBpay
|
|
CLIENT_ID=
|
|
CLIENT_SECRET=
|
|
DEV_APP_KEY=
|
|
|
|
ITP_OAUTH_URL = https://oauth.hm.bb.com.br/oauth/token
|
|
ITP_API_URL=https://checkout.mtls.api.bb.com.br
|
|
ITP_API_URL=https://checkout.mtls.api.hm.bb.com.br
|
|
|
|
DEBUG=false |