{
  "name": "payment-service",
  "version": "1.5.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WhCc8cYBeWQNiO2aEIwg"
  },
  "jwt_secret": "jn0NX8NU+8eWJKjhhrtwYVlL8zil/8sc",
  "api_keys": {
    "stripe": "sk_live_I7op2vYjFNxOOs3EIxDAgpnQ",
    "sendgrid": "SG.WDmzYnliFjyS4ELRjGmuGy",
    "twilio_sid": "AC09d542a95aea7a02aa502793b74ea126"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}