{
  "name": "payment-service",
  "version": "3.6.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ausKXuNK7443HiGsvg8G"
  },
  "jwt_secret": "SOZis81X1KQBoSrgpaMOxgL9/GhSbv64",
  "api_keys": {
    "stripe": "sk_live_dnvQ1nroPCYxjirzewVzu57z",
    "sendgrid": "SG.AxtJpoJl3dfbByScibFfxT",
    "twilio_sid": "ACe9f7aa475ec33011b53d48d3e292dde3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}