{
  "name": "auth-service",
  "version": "1.6.27",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uGaOTINd23Sam4vZHcSN"
  },
  "jwt_secret": "0ThdystcyPI7S2sw0NpdEyVt3dLtUQbl",
  "api_keys": {
    "stripe": "sk_live_L7yYi5MjpVXcWCYdpFZnCHiH",
    "sendgrid": "SG.WZUXECwTvW7y0/TaYfTpCi",
    "twilio_sid": "ACce62c4194bbaa0bec3f3c5475890b38d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}