{
  "name": "auth-service",
  "version": "2.7.26",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VHVkFoOpSU4jBliPXWgT"
  },
  "jwt_secret": "dT7u11Oz5z7NxU/VXEqZaQnbi77lqwco",
  "api_keys": {
    "stripe": "sk_live_MOx3IQU32vduBMu9hdpDEWEg",
    "sendgrid": "SG.32lxVdrcjBHom1rUC3wV82",
    "twilio_sid": "AC2db39668052a1e9b39f3ea5992e551a1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}