{
  "name": "payment-service",
  "version": "2.6.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "JtZw5hPYyRXZqT8mi5pm"
  },
  "jwt_secret": "dUYr5Ke1u3fqbX33YJksLA63fiNuy04o",
  "api_keys": {
    "stripe": "sk_live_8b1lGLlWC8Kl6KTZ5SYiTfpn",
    "sendgrid": "SG.pmu0dP/1STGUz8H4UKs0rZ",
    "twilio_sid": "ACcf072e747d3b6a2101c47beb19cfa93f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}