{
  "name": "auth-service",
  "version": "1.7.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YY4fexl0yRGi8mSMsKDl"
  },
  "jwt_secret": "tsGtuGvDXr/994PJog3QUEDfSvYlhNDk",
  "api_keys": {
    "stripe": "sk_live_dFENrwMKNnitWn1GEo0gGbH3",
    "sendgrid": "SG.JxDiLDWfhilt/rQmeQON+l",
    "twilio_sid": "ACd342b3ce43aec826c56f880473d6080f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}