14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
# GoodGo MCP Server — Environment Variables
|
|
# Copy this file to .env and fill in actual values.
|
|
# NEVER commit .env to git.
|
|
|
|
# API Gateway
|
|
API_GATEWAY_URL=http://localhost/api/v1
|
|
|
|
# Default shop for testing (replace with your merchant shop ID)
|
|
DEFAULT_SHOP_ID=
|
|
|
|
# JWT Bearer token for API authentication
|
|
# Obtain from IAM service: POST /api/v1/auth/token
|
|
API_TOKEN=
|