{
  "name": "auth-service",
  "version": "1.7.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "12RChqEP2W4Ub5BjZrLE"
  },
  "jwt_secret": "u3DCPrP7ju7YDmuqu7G+w1f2Q7rGi6Ma",
  "api_keys": {
    "stripe": "sk_live_L7woJoGdPdIcIcjiMUDn7itj",
    "sendgrid": "SG.SnohVlK7BhTPeAQkAakyDX",
    "twilio_sid": "AC8b74e448d9b32f00c5e7cef816d9e27b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}