{
  "name": "payment-service",
  "version": "1.0.13",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IH2sneCXF520qUEGdVU7"
  },
  "jwt_secret": "Sz8iWlXZjo0Zj+Yyo/zKLvKcO4/LlOS6",
  "api_keys": {
    "stripe": "sk_live_3gmYzcNqT7MIE1pUWr3w0sXt",
    "sendgrid": "SG.u+RTG7bWGyJbIhMzxFeWpB",
    "twilio_sid": "AC9ef1ec077f366da6862cc9c2cf434a55"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}