{
  "name": "auth-service",
  "version": "2.2.28",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SZ3oczSWbKVwfvgbW1vG"
  },
  "jwt_secret": "Y+SNI4pVoQSr2xsEtcTT5jA091JHo+6f",
  "api_keys": {
    "stripe": "sk_live_x49ksBnecKchR9RhpR4hVuyB",
    "sendgrid": "SG.v19q97DvJ0HUVA2hC8qqz7",
    "twilio_sid": "AC8dae6f86ee335fd90c60a08fd6d42f79"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}