{
  "name": "payment-service",
  "version": "1.1.29",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KVp5uJuyjZxsU93fNOic"
  },
  "jwt_secret": "gevNsMpDDMZGAisFxZUu+FUjuJ0ILq6Y",
  "api_keys": {
    "stripe": "sk_live_UZkd47aA2bfx3Ef0xGpgH4Qt",
    "sendgrid": "SG.G7BOQAC/DPYNclK+e8K0Js",
    "twilio_sid": "AC15adca3884195fe2c7adfa247c52472d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}