FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

KryptonScript/Bill-Middleware: 💴 Bill-Middleware demonstration 💴 · GitHub

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Bill-Middleware

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.


Back | FazBrowse Home | New Git URL