{
  "name": "payment-service",
  "version": "1.5.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JTQQGI3Mkac2tdemco5a"
  },
  "jwt_secret": "BEP7FU0Y2tjC29UvK1SP8WOsdcZ6SSN3",
  "api_keys": {
    "stripe": "sk_live_azoSjGNWyue4n9ik80Dp0nAr",
    "sendgrid": "SG.q9BNyfj1PbooDxnN6U0/6J",
    "twilio_sid": "ACeb527163514c9ca5d6c4a01bf4584bed"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}