{
  "name": "auth-service",
  "version": "2.8.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "M30BFbsJRdeeDodfvCRC"
  },
  "jwt_secret": "hDGHj5QG/V7OslBe4bpNbcM8+TP7LS1l",
  "api_keys": {
    "stripe": "sk_live_jw6LDBq0z4127qSajlHR1KPW",
    "sendgrid": "SG.epWCds2BBnmeABJ6b5Ie5l",
    "twilio_sid": "ACdf4108c7fbceb9ec44a648abf0ca0c1c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}