2024-10-15 21:31:37 +02:00
|
|
|
#Serve Http
|
|
|
|
PORT=7123
|
|
|
|
HOST=127.0.0.1
|
|
|
|
|
|
|
|
#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-10-22 20:36:28 +02:00
|
|
|
CREATE_ACCOUNT_URL=http://localhost:5003/api/v2/account/create
|
2024-10-15 22:41:16 +02:00
|
|
|
TRACK_STATUS_URL=https://custodial.sarafu.africa/api/track/
|
|
|
|
BALANCE_URL=https://custodial.sarafu.africa/api/account/status/
|
2024-10-22 20:36:28 +02:00
|
|
|
TRACK_URL=http://localhost:5003/api/v2/account/status
|