{
  "name": "auth-service",
  "version": "1.5.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4AAeLUV8Sqr7nPhiIgxp"
  },
  "jwt_secret": "R9nM629Rk5NVBGORKrbMKLhGmqq+n2dg",
  "api_keys": {
    "stripe": "sk_live_daNnffgjbhPJ6MkNtZ76qMP3",
    "sendgrid": "SG.3FonZ628GjxoKhYki3/HKB",
    "twilio_sid": "AC891b79cae6fc8e0fa00d3ff8447de0f1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}