{
  "name": "auth-service",
  "version": "2.4.2",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rG0U2RUs1WNM3FMKDF1k"
  },
  "jwt_secret": "BGYEQNuO/PfMbA0lHwsCna0PKmG6R7NX",
  "api_keys": {
    "stripe": "sk_live_oR89lzlCwb6cqXxlIUkrpzls",
    "sendgrid": "SG.w9T6a4U1SKSQDeghps2Qrn",
    "twilio_sid": "AC1db45af986e06301afb634b8caf06069"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}