{
  "name": "auth-service",
  "version": "3.8.19",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JcBZuhhDlU4BICeVOPCy"
  },
  "jwt_secret": "0ehcNEefjigoSvCDabbJFnHNT5TSrMKT",
  "api_keys": {
    "stripe": "sk_live_i4EqC3vOjAzr46cRGoJOv65g",
    "sendgrid": "SG.oSsh6nc1we0j844VHxltPI",
    "twilio_sid": "ACf322f4d54b090309669758116ee9b023"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}