{
  "name": "payment-service",
  "version": "1.1.17",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7derqw8Vd2yJF8TALFy8"
  },
  "jwt_secret": "mzficQTpe9QOSLBqGy6rV2T1T4FaGz/m",
  "api_keys": {
    "stripe": "sk_live_l96R4G9Yz080HQfJfkBgtmR5",
    "sendgrid": "SG.6ES7kmaxh9SC+6nCuTp31+",
    "twilio_sid": "ACadddca72eb74afe6de9cdf6632e093e5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}