{
  "name": "payment-service",
  "version": "2.4.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cHkst61LNVvU7AfMpqet"
  },
  "jwt_secret": "bDH21KDg/lGdd7IOr1kZCfVVoa1iFgHd",
  "api_keys": {
    "stripe": "sk_live_4vGHJtVXWIujeoHgxUK5YI9D",
    "sendgrid": "SG.4SjXkZ+L7cZEISzmnUJntj",
    "twilio_sid": "AC575fa9ad49df76c8b98fec517311e157"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}