{
  "name": "auth-service",
  "version": "2.8.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "heOUDL2pP7aWBLrSigCY"
  },
  "jwt_secret": "GoVyIL9F1dRtOBOgowCb3YYLvcAd/lAk",
  "api_keys": {
    "stripe": "sk_live_m1i1sYguvcVbEse137Bz4acd",
    "sendgrid": "SG.Qy4Pt4WguVfeNqZRqziUE/",
    "twilio_sid": "AC60148e164e8a3b4d93dd0c69b882a19f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}