{
  "name": "auth-service",
  "version": "3.5.25",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0gtYNqrzvtHlJEqLqel4"
  },
  "jwt_secret": "YDKxoODGqegekS1iHR1KZ+KepNZhpAiC",
  "api_keys": {
    "stripe": "sk_live_EeJBXdQaldj4jpdI7WSiqMtI",
    "sendgrid": "SG.4luoNTkk5wGjwQg4IcgLZO",
    "twilio_sid": "AC04c2d501ed69549e1d4721f64bf534e8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}