forked from urdt/ussd
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			413 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			413 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#Serve Http
 | 
						|
PORT=7123
 | 
						|
HOST=127.0.0.1
 | 
						|
 | 
						|
#AfricasTalking USSD POST endpoint
 | 
						|
AT_ENDPOINT=/ussd/africastalking
 | 
						|
 | 
						|
#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
 | 
						|
CUSTODIAL_URL_BASE=http://localhost:5003
 | 
						|
BEARER_TOKEN=eyJeSIsInRcCI6IkpXVCJ.yJwdWJsaWNLZXkiOiIwrrrrrr
 | 
						|
DATA_URL_BASE=http://localhost:5006
 |