{
  "name": "auth-service",
  "version": "3.2.11",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Jg7gaikshWHeGAiuIRp9"
  },
  "jwt_secret": "QRyWy5UktXzmuJ2zbZwbwDQThKL4Zoc7",
  "api_keys": {
    "stripe": "sk_live_KrxH2qnOzZNd5xzzKoP0k26s",
    "sendgrid": "SG.huB/Dm+7YY2Oww6DlxQobO",
    "twilio_sid": "AC4d12ba880a27cb5767757c03692913a8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}