{
  "name": "auth-service",
  "version": "2.5.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aCfj81TI2xFBC0LQL0Oj"
  },
  "jwt_secret": "UckJtsLOAA2ZaSMf+TT5TzcgtrLdCuQX",
  "api_keys": {
    "stripe": "sk_live_FkqLlP9r4mKprt3saDL21eWM",
    "sendgrid": "SG.xGRTX+gZqGcaHaboPtJtD/",
    "twilio_sid": "ACba23ec68e73ca3463e7621c114697870"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}