{
  "name": "auth-service",
  "version": "2.5.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "poF7hOu3wjThy4v64mnD"
  },
  "jwt_secret": "h9kyzTqy1qcDV7hi5fwlvrgJpsakuIgN",
  "api_keys": {
    "stripe": "sk_live_on79dMcEg8Wb2pCNE5zDAfLm",
    "sendgrid": "SG.9wCRQ43mz3hMN6C8u4/5q2",
    "twilio_sid": "AC708ea7ec230f5e1b53ea234ccd5f9ff5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}