{
  "name": "payment-service",
  "version": "1.4.27",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AwGcfRLb3CYwNodrGjtL"
  },
  "jwt_secret": "3bvpaPL1T+LB58ZLGz3ResPV0VvryB7J",
  "api_keys": {
    "stripe": "sk_live_2Z5cJ2NX3TFHTWpwKMEgBNE9",
    "sendgrid": "SG.yZC4LmUOlqXwhODR8ZEFKh",
    "twilio_sid": "ACa6435052bcc8fa2b16117333d9d43864"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}