{
  "name": "payment-service",
  "version": "3.6.15",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KpyfghIIdYb1nwcNI6cx"
  },
  "jwt_secret": "qJNhC7usHpQCw9t6js1DqosgrTTiXl3E",
  "api_keys": {
    "stripe": "sk_live_HcNI7eIBWOYc5YI1vAZ74bIe",
    "sendgrid": "SG.QzyD19sbdbETakNUl4aNwS",
    "twilio_sid": "AC4797146e71796fbb2303599e54c6ac48"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}