{
  "name": "payment-service",
  "version": "2.1.11",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cGz0dEv76jQH1Gauhz5V"
  },
  "jwt_secret": "jCmayN8HmMWowB87ij2gk51X1H6lCNjM",
  "api_keys": {
    "stripe": "sk_live_gBaM2XpMrRLkzjWgVRA1KkBn",
    "sendgrid": "SG.PFM/pO9ij1UpueKaOoo291",
    "twilio_sid": "ACfee52230ff4c6569a9eae33c99a099d4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}