{
  "name": "payment-service",
  "version": "2.1.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0AQlzorAZOex4KOHbiXW"
  },
  "jwt_secret": "QnJSsg13q9ys4K3IHmPDsh50I0S20ekt",
  "api_keys": {
    "stripe": "sk_live_7TKNG6dRuEGfCsNftp0AyX1s",
    "sendgrid": "SG.IqLJzimCnh40GT5sUkKLzo",
    "twilio_sid": "AC1c4a83e0a61b9b382e5a48d4c1e4fcc2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}