ussd/.env.example

21 lines
413 B
Plaintext
Raw Permalink Normal View History

2024-10-15 21:31:37 +02:00
#Serve Http
PORT=7123
HOST=127.0.0.1
2024-11-13 14:15:37 +01:00
#AfricasTalking USSD POST endpoint
AT_ENDPOINT=/ussd/africastalking
2024-10-15 21:31:37 +02:00
#PostgreSQL
DB_HOST=localhost
DB_USER=postgres
DB_PASSWORD=strongpass
DB_NAME=urdt_ussd
DB_PORT=5432
DB_SSLMODE=disable
DB_TIMEZONE=Africa/Nairobi
#External API Calls
2024-11-13 14:15:37 +01:00
CUSTODIAL_URL_BASE=http://localhost:5003
2024-11-15 16:35:49 +01:00
BEARER_TOKEN=eyJeSIsInRcCI6IkpXVCJ.yJwdWJsaWNLZXkiOiIwrrrrrr
2024-11-13 14:15:37 +01:00
DATA_URL_BASE=http://localhost:5006