{
  "name": "payment-service",
  "version": "2.5.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TJeqo60jJJOLNyWJjprm"
  },
  "jwt_secret": "xhJhYi7kexbPSEA+KrvitYWIKZ7A7hp8",
  "api_keys": {
    "stripe": "sk_live_9MOJFHYHwSTrM8PyBS3q4IJA",
    "sendgrid": "SG.Gpvd/kPNclGeggqPteIdCE",
    "twilio_sid": "AC4d6760cd95199280a1aeed014e66b90d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}