log directly to the terminal #170

Merged
Alfred-mk merged 7 commits from terminal-logs into master 2024-11-14 08:02:00 +01:00
Showing only changes of commit 047bf0e12e - Show all commits

View File

@ -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