mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
# GitHub MCP Server Configuration
|
|
GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here
|
|
|
|
# PostgreSQL Configuration
|
|
POSTGRES_USER=financeuser
|
|
POSTGRES_PASSWORD=changeme
|
|
POSTGRES_DB=finance
|
|
POSTGRES_PORT=5432
|
|
|
|
# pgAdmin Configuration
|
|
PGADMIN_DEFAULT_EMAIL=peter@peterwood.dev
|
|
PGADMIN_DEFAULT_PASSWORD=admin
|
|
PGADMIN_PORT=5050 |