{
  "name": "auth-service",
  "version": "1.5.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2hXDnqUGQghg7sPBW8mN"
  },
  "jwt_secret": "jrAO8DZ01WaZu75iKZdWPnM7FuUyE4vu",
  "api_keys": {
    "stripe": "sk_live_t3ruMyB4A8XY0COUjeAXRWdh",
    "sendgrid": "SG.sQNKv7D3LfSdxRqp/61Ux9",
    "twilio_sid": "ACe3d7402473dac3f9a7041e1abc746442"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}