{
  "name": "payment-service",
  "version": "3.1.10",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "75RiNu3lAdGFlULKtPqR"
  },
  "jwt_secret": "thH4JlOuoi/97hC8GLPM+NLWvrSdxEhu",
  "api_keys": {
    "stripe": "sk_live_5YDxa1cnOiVjNIoJMSIZNGRE",
    "sendgrid": "SG.GBOI32u1U26+8lkR55MwcO",
    "twilio_sid": "AC086d8766497484ddc511d6d23e4013ac"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}