{
  "name": "auth-service",
  "version": "3.0.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8PhlGcemWRHcIdCXxvJa"
  },
  "jwt_secret": "vKtbNHPmA3mXZBTtBGdycn+fYzyCC9oy",
  "api_keys": {
    "stripe": "sk_live_7BzbUwtZ35cLeOwp7KV4UNG7",
    "sendgrid": "SG.aFHjdGfz78L6H8HgaVOqHS",
    "twilio_sid": "ACd76637b507cf472313f2ec7d04d281c0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}