mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
Configure GitHub MCP server in devcontainer environment (Closes #25)
This commit is contained in:
13
.devcontainer/.env.example
Normal file
13
.devcontainer/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user