{
  "name": "user-service",
  "version": "2.8.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pgmMKbNlb9V8xkSUtfZ7"
  },
  "jwt_secret": "I4e7ybaEAfEMcKcoajtN2Cu68vlXfzYZ",
  "api_keys": {
    "stripe": "sk_live_91JchSqZ9kFQtli5jOs86ydy",
    "sendgrid": "SG.wBkEI1EAw6Oo1B8Yw+tNJx",
    "twilio_sid": "ACff3f0f16e0e37be6d05cf4fb0157aa63"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}