{
  "name": "payment-service",
  "version": "1.7.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nzpGs0fWXPsSqNG563qE"
  },
  "jwt_secret": "tfr33ahmOLfoTYaOu4SliFtV8jTAyHxK",
  "api_keys": {
    "stripe": "sk_live_jFI4GD8FmAc2I9fY1cChqZCU",
    "sendgrid": "SG.wTpBa6FKQp7+zI/Xz2LJJR",
    "twilio_sid": "AC99fc31d83eb37f0534e838e97c659cc7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}