{
  "name": "auth-service",
  "version": "1.1.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9QHsrJLnIYVxUhtjf2JB"
  },
  "jwt_secret": "JR6l3vLZPc2LIz7dZUtX19kwF4u8TFrs",
  "api_keys": {
    "stripe": "sk_live_E4sYZ8hNYAZEjuKxjy4xF7fW",
    "sendgrid": "SG.Nk14tn+IMT8Jv1pqkt8SAv",
    "twilio_sid": "AC947f17985c683a24d34b067ea8d2b1ef"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}