{
  "name": "auth-service",
  "version": "2.0.24",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7sfBJvGXqGfuFfJmrPhg"
  },
  "jwt_secret": "hGAfdkImgpETl6qGO52lUthBpRaoM/Qx",
  "api_keys": {
    "stripe": "sk_live_lbHlm36x2RYEV1AR0MDGZDCQ",
    "sendgrid": "SG.r62kqBcY7P4US7JN63HKGp",
    "twilio_sid": "AC419f573c53f6d2b9f1bca82f11f99860"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}