{
  "name": "auth-service",
  "version": "3.7.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PurumXAD8jIIcCUJEa08"
  },
  "jwt_secret": "RpeX8hdlwhlrMytsUJqKYdT2HOK+bR1+",
  "api_keys": {
    "stripe": "sk_live_034C9GkkOn3XjVPuyU8fOWct",
    "sendgrid": "SG.6kcaCRoTSoIPqxBeekO1Ia",
    "twilio_sid": "ACa7d78c6b4f34567084fe768961426192"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}