{
  "name": "auth-service",
  "version": "3.2.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8h8yyhyJ56bpXzqhS56q"
  },
  "jwt_secret": "Hlh1JCDS+BWQ709AX9OJX811nPUi2asa",
  "api_keys": {
    "stripe": "sk_live_oENzSyMWvCZIBcweTwTvOhNC",
    "sendgrid": "SG.U7XjGxOb6EIRsPCTK5qFwC",
    "twilio_sid": "AC33da42130a79e176715aedc4422f9398"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}