Skip to content

Kirubel-Eshetu/derash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Derash

  • Derash Bill Management Platform which include Derash Biller System and Derash Agent System.

Environment setup

Create a .env file in each service directory with the following keys:

_Agent_System/.env

AGENT_SESSION_SECRET=change-me
AGENT_API_KEY=your-agent-api-key
AGENT_API_SECRET=your-agent-api-secret

_Biller_System/.env

BILLER_SESSION_SECRET=change-me
BILLER_API_KEY=your-biller-api-key
BILLER_API_SECRET=your-biller-api-secret

Do not commit .env files. See .gitignore.