{
  "name": "auth-service",
  "version": "2.0.29",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "38oMGJoGaw7BQDC0mcnh"
  },
  "jwt_secret": "ljRJ40tLUHOkJ4umIobhrCREM/b09nQq",
  "api_keys": {
    "stripe": "sk_live_TBc09a9gas2n1owrFDUnTm1H",
    "sendgrid": "SG.oekUwsqrmG46rDoHN+DGpf",
    "twilio_sid": "ACa2bcf307c6c1562d6fbdcea57b724912"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}