{
  "name": "auth-service",
  "version": "3.6.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dGtTozo79FKAirDZgHtc"
  },
  "jwt_secret": "TFKcK0YNT+9Dz02uNAZck7xXXR4l82zT",
  "api_keys": {
    "stripe": "sk_live_QVVM3kwkJdqIlkf5DAu7bhhe",
    "sendgrid": "SG.llHSTsErWlAnTKMLQk3uJr",
    "twilio_sid": "AC4fd5de8a1068038bf21a3ff0e7597c74"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}