{
  "name": "auth-service",
  "version": "1.3.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dB4nrWxclUVZRO4dP4k0"
  },
  "jwt_secret": "wugrOmoOf3vktX1gwkOT6OhHZECYXuvz",
  "api_keys": {
    "stripe": "sk_live_OejJGyqdDVl7IapQu0NrNsWd",
    "sendgrid": "SG.4oNuLL8Hl4uW/fDy+vfBAI",
    "twilio_sid": "AC67a14eb9eab7c4ca4d45cb594bab0cf5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}