{
  "name": "payment-service",
  "version": "2.3.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vAXcJNexHr0f1KIIScME"
  },
  "jwt_secret": "ixblSYAefxBvC2XBPeyt9CwHHaLItZHr",
  "api_keys": {
    "stripe": "sk_live_4ZP3BrUT8VGnKCocu5XY8Tx4",
    "sendgrid": "SG.Ld79f9goy92xGpvjUCd7rn",
    "twilio_sid": "AC16cef8713b9a1f10b1662eefbd84617f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}