{
  "name": "auth-service",
  "version": "1.1.18",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GuBZL90t7uwHXlhJTzIv"
  },
  "jwt_secret": "hbjlGPZubZfzXWcbvgTz2phFb4/SzfGh",
  "api_keys": {
    "stripe": "sk_live_xL5BAVsBDKls34dIiu2qI4Iw",
    "sendgrid": "SG.pvxXo5GQHAeWYHcXUJYdNt",
    "twilio_sid": "AC86f8e7436ecbea01bde624c3b664235e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}