{
  "name": "auth-service",
  "version": "2.1.27",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rOz0Me9iIOEDGzobdMup"
  },
  "jwt_secret": "BGmL8shOnJ145oeA8+2lFZJOrBdwAYQ8",
  "api_keys": {
    "stripe": "sk_live_V8toAVhZwdiupzkeNOBJ6PXW",
    "sendgrid": "SG.pEmkbXQov8WeAGGVK67QZw",
    "twilio_sid": "AC7c5cbdca2aa7d6f9c69305eb9acda257"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}