{
  "name": "auth-service",
  "version": "1.3.23",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9YAGFPeIB0fyYQT5OUUf"
  },
  "jwt_secret": "4Kjg13yHUvAw/eKdiQf9rCOEh4bcznn+",
  "api_keys": {
    "stripe": "sk_live_yXYRbf3TPPxbv6ZlsdLl06Tc",
    "sendgrid": "SG.MwW0Te+TSt4j1U3jPnx06L",
    "twilio_sid": "AC02efa6ddc1897a2ab290c2febad27567"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}