{
  "name": "payment-service",
  "version": "3.8.12",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hPzICqqR84AtwsztnZe1"
  },
  "jwt_secret": "23p/LYle23GPjTyZxh7J8KqH4FD2Qaao",
  "api_keys": {
    "stripe": "sk_live_TcPuEpF9UHunHurVQdWPBcmm",
    "sendgrid": "SG.8lAstQ+GBnhMFA3gMVihdn",
    "twilio_sid": "ACf34d04c0103cd6c49aa8284d884f7862"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}