{
  "name": "payment-service",
  "version": "2.5.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7AG4WJ1MgA46dOkkBBh6"
  },
  "jwt_secret": "0BN36CBdiTPee6YAEq5NO48D79XKRBU6",
  "api_keys": {
    "stripe": "sk_live_v93Mt0QrcU7noRFEYSeawb2G",
    "sendgrid": "SG.0T0H6xtnOvckr8VPWjskdj",
    "twilio_sid": "ACdaf9ad4ea37e5d21edae735707e7f677"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}