{
  "name": "auth-service",
  "version": "1.9.4",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "y6LN4I5yN7rS51aAZffV"
  },
  "jwt_secret": "oWwMIZJ37W1L7+ANv6c8eBWGqB195shw",
  "api_keys": {
    "stripe": "sk_live_G04Hb7KhmeraZalBbDGYtJDX",
    "sendgrid": "SG.EVK8bjhWbTZeyvasNJMfQG",
    "twilio_sid": "ACa980c748c57e446d4df1e1e3ee8acda1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}