{
  "name": "auth-service",
  "version": "2.9.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PNrRv2jeo1Na5KXiA1EX"
  },
  "jwt_secret": "5V9CK3C7CABXM/RxZortER8fNK0s1mVS",
  "api_keys": {
    "stripe": "sk_live_OAuGgBpyCIrVgVVxhUC57cSY",
    "sendgrid": "SG.8NTR87F2C238wKl4rkTvQN",
    "twilio_sid": "AC8e3942bf0ebd79ddda6299d51e6b72c4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}