{
  "name": "payment-service",
  "version": "2.2.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4wACdkuBJWcMQt0im3ig"
  },
  "jwt_secret": "dkdnaftXD5gsF/5cjN1yhHYH3MC2dmH2",
  "api_keys": {
    "stripe": "sk_live_i5UW7Jf7L87LNz4gPpcAKVu1",
    "sendgrid": "SG.DlNChjZ0iJwH3dnh26XWEj",
    "twilio_sid": "AC736cce4b2376c059af408a0044ca6971"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}