{
  "name": "user-service",
  "version": "3.1.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fxlT91T4KakzmYs7EIfd"
  },
  "jwt_secret": "WyMBbVknqSEQmi771UYBxxhAYP6hxIvR",
  "api_keys": {
    "stripe": "sk_live_xtNdjrCmzA0k74Yn3OUNGuB4",
    "sendgrid": "SG.cY3ncD9emUOI/dOfZkbTd6",
    "twilio_sid": "AC5f30c610ec49a42ab0360cc0c2ef1fe3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}