{
  "name": "auth-service",
  "version": "1.0.28",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "16QhUwiRZYYADH58Ivjf"
  },
  "jwt_secret": "d06oLi1Hw3oAgLr68aeG+wzCReuQUY9f",
  "api_keys": {
    "stripe": "sk_live_im0fxJ6brG5ZFdFRBz1qHquC",
    "sendgrid": "SG.5Y8Y+2tGCbN2DM8cZNcbai",
    "twilio_sid": "AC85bd725dbceea466284555088bd3f9d0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}