{
  "name": "auth-service",
  "version": "2.4.19",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iJUZqjpqpwg72V8IFL4J"
  },
  "jwt_secret": "K2lqkd5C21uIKV+FydnjtLUC1+GhEnLB",
  "api_keys": {
    "stripe": "sk_live_2KtcETvlotPxKtv0ia3RdXm0",
    "sendgrid": "SG.bCYT8520Vo4Iaghly9qX0d",
    "twilio_sid": "AC5d2ecc394971def9b5cae62a7faa9cf6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}