{
  "name": "auth-service",
  "version": "1.3.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EOMAG8qwpCpVrG17TbXy"
  },
  "jwt_secret": "LN15gYxWQ01KzhIPE1emGsBCYMsVhU5n",
  "api_keys": {
    "stripe": "sk_live_HPCxrsiEafKXEkuJVSeQzhnt",
    "sendgrid": "SG.69YzLHVWZJ4FaOrZESLcIg",
    "twilio_sid": "AC31d0a268c3ffd04eb8b760dbb33c9fd4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}