{
  "name": "payment-service",
  "version": "1.1.12",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "sflPwN72jtkFVfFtWGlR"
  },
  "jwt_secret": "3gwLOnNo7iflSPqohgLLwrRtXHZl3TGo",
  "api_keys": {
    "stripe": "sk_live_LWFOQNccW71J9T3GGMZNICEO",
    "sendgrid": "SG.7tpVhB2CDNz4zvlgp2CRy6",
    "twilio_sid": "AC1b7c1964059d1da93556a2b6121ceeb3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}