{
  "name": "auth-service",
  "version": "2.1.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "t1JfJbtM98mnMXLnqNI1"
  },
  "jwt_secret": "N181mgMyBJaMuhefryTkBb02Q2gipb5g",
  "api_keys": {
    "stripe": "sk_live_yPxZ6wpGkdo3gqfET3yG3awA",
    "sendgrid": "SG.vSdJy5x0W8uKac4w+qTXn/",
    "twilio_sid": "ACf138a5e5f001461d73b50a2dc2969a5d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}