{
  "name": "auth-service",
  "version": "3.1.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Ft2VLoYeZP8Eg3T5tRZ4"
  },
  "jwt_secret": "hTKJ4N3SbwpQzDKUpdfMNSy1LQQMAdSP",
  "api_keys": {
    "stripe": "sk_live_UsPVXFMnWunYGZ0zo4z3pY9l",
    "sendgrid": "SG.WFaSYz0mjmMEyYKefI74vh",
    "twilio_sid": "ACb70f284383099b4f3f251a3ceb60370f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}