{
  "name": "auth-service",
  "version": "2.5.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Tfumn3iKVfTY1skhoapa"
  },
  "jwt_secret": "geGabOgDoS07Zfvo1UXkh/D6CU4w+Lpi",
  "api_keys": {
    "stripe": "sk_live_PHos1QixpWvpvR0iUIuVID8M",
    "sendgrid": "SG.Ci6G4owOJdxwsVs9TBaUYk",
    "twilio_sid": "AC341ed8c3a92f26cac60c78264fa26140"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}