{
  "name": "auth-service",
  "version": "3.1.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7hEt2k4LCP17UmScUJfC"
  },
  "jwt_secret": "03ksn0GZ4PjBPV4SKJ5jLxrXuf1dvJby",
  "api_keys": {
    "stripe": "sk_live_emGorx6AxyiFbE2BoHkR2Dvc",
    "sendgrid": "SG.w7CakWaT7aUF2l+ljkya/J",
    "twilio_sid": "AC68a44d8619c6e21ca49bcee9a797a8f2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}