{
  "name": "auth-service",
  "version": "3.7.14",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qaiWJ6eaER27SOWRVO3Z"
  },
  "jwt_secret": "IThkNKKgsG5XJHmkdq/+asJ8Lj+DAJWV",
  "api_keys": {
    "stripe": "sk_live_24w4TV2Wod5x5PmINiOnKmqF",
    "sendgrid": "SG.sbPUrmRNg2Ah9XRR3+FgF0",
    "twilio_sid": "AC88e244752240dc3e8e48a5e37a02faca"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}