{
  "name": "payment-service",
  "version": "1.7.23",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eyLGaRbm1jgKNOWB50fw"
  },
  "jwt_secret": "RRIJUz0rQ5T7NKbug7QzQpHElje6TJWQ",
  "api_keys": {
    "stripe": "sk_live_7VoTVW2t2xNTHmHOgfrzmV7b",
    "sendgrid": "SG.WZKy8k9i/RG1Q90oYf1B9S",
    "twilio_sid": "ACe8166a53ae802672c8c34b2bab6630fb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}