updated the env example
This commit is contained in:
parent
09f61eb64d
commit
047bf0e12e
14
.env.example
14
.env.example
@ -2,6 +2,9 @@
|
|||||||
PORT=7123
|
PORT=7123
|
||||||
HOST=127.0.0.1
|
HOST=127.0.0.1
|
||||||
|
|
||||||
|
#AfricasTalking USSD POST endpoint
|
||||||
|
AT_ENDPOINT=/ussd/africastalking
|
||||||
|
|
||||||
#PostgreSQL
|
#PostgreSQL
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_USER=postgres
|
DB_USER=postgres
|
||||||
@ -12,10 +15,7 @@ DB_SSLMODE=disable
|
|||||||
DB_TIMEZONE=Africa/Nairobi
|
DB_TIMEZONE=Africa/Nairobi
|
||||||
|
|
||||||
#External API Calls
|
#External API Calls
|
||||||
CREATE_ACCOUNT_URL=http://localhost:5003/api/v2/account/create
|
CUSTODIAL_URL_BASE=http://localhost:5003
|
||||||
TRACK_STATUS_URL=https://custodial.sarafu.africa/api/track/
|
CUSTODIAL_BEARER_TOKEN=eyJeSIsInRcCI6IkpXVCJ.yJwdWJsaWNLZXkiOiIwrrrrrr
|
||||||
BALANCE_URL=https://custodial.sarafu.africa/api/account/status/
|
DATA_URL_BASE=http://localhost:5006
|
||||||
TRACK_URL=http://localhost:5003/api/v2/account/status
|
DATA_BEARER_TOKEN=eyJeSIsIRcCI6IXVCJ.yJwdWJsaLZXkiOiIwrrrrrr
|
||||||
|
|
||||||
#AfricasTalking USSD POST endpoint
|
|
||||||
AT_ENDPOINT=/ussd/africastalking
|
|
||||||
|
Loading…
Reference in New Issue
Block a user