{
  "name": "auth-service",
  "version": "3.0.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FCddasUtFVfxtGGRkCOz"
  },
  "jwt_secret": "MlQ9HMxFR7Tsb1O6KLdZPP2iOLDqaouY",
  "api_keys": {
    "stripe": "sk_live_9tWws6hjzBF9nalvFwcGerxa",
    "sendgrid": "SG.6D9YYFGuTwjc/hgMM4SV2d",
    "twilio_sid": "ACa406adeb6ca71effb8a2de6d8e9d9f42"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}