{
  "name": "payment-service",
  "version": "3.1.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vqDZ848TGQ4nl0xLSTRh"
  },
  "jwt_secret": "2idGootWiZwiVIjMAvL0Pxcz437Rx3r4",
  "api_keys": {
    "stripe": "sk_live_3XYbejhA3hCka367uUJELoIM",
    "sendgrid": "SG.oRpuBLh7Q6yNftegyGzAeC",
    "twilio_sid": "ACd2ecbc2ac88988155ba528b935776ab9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}