{
  "name": "payment-service",
  "version": "3.7.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4NcPTRcF1utwvLKJJquh"
  },
  "jwt_secret": "dtokJi38tFaXbq9aeikTzZz83l8a/HCL",
  "api_keys": {
    "stripe": "sk_live_bEObNhYarUudrioDWwF2cOH7",
    "sendgrid": "SG.faQFx5unhu5pEU2m8cHcx1",
    "twilio_sid": "AC7c82afae90f37d7866fb2dcb7fbbeb60"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}