ussd/.env.example

21 lines
437 B
Plaintext
Raw 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
2025-01-04 21:54:51 +01:00
DB_CONN=postgres://postgres:strongpass@localhost:5432/urdt_ussd
#DB_TIMEZONE=Africa/Nairobi
#DB_SCHEMA=vise
2024-10-15 21:31:37 +02:00
#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
2025-01-05 22:25:09 +01:00
#Language
DEFAULT_LANGUAGE=eng
LANGUAGES=eng, swa