{
  "name": "auth-service",
  "version": "2.4.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4xuugrw2FAz8NU9MG4mG"
  },
  "jwt_secret": "6SUdHIx2pnq/aFYjfW+g22w+dijxF1ed",
  "api_keys": {
    "stripe": "sk_live_BYPXc8FULoGudnCVesX5BXHA",
    "sendgrid": "SG.t+kdX/4MJya2s/0tXXZL2+",
    "twilio_sid": "ACc3fefaec92b5c162f89ef1abc95ce255"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}