{
  "name": "auth-service",
  "version": "2.7.15",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3Dd1ISohn23X8sShg8rh"
  },
  "jwt_secret": "k5Ni6cx7ZkwgOp9+0LjpEu9t3ROkSvDF",
  "api_keys": {
    "stripe": "sk_live_96BbT7nCjor4BW2ePrGKLDy4",
    "sendgrid": "SG.WLh7U7GJSmRbfaIi1/vEWJ",
    "twilio_sid": "AC23d16d5dd6bf6827e84d3a3965c9dafd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}