{
  "name": "payment-service",
  "version": "1.7.15",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "loxHRC0BxXfxKQvBLUaF"
  },
  "jwt_secret": "c5zsadsTcSSKUUtTbjCo+aVoQYnPfNj/",
  "api_keys": {
    "stripe": "sk_live_ah6x5EEWcR0DdtGNLAOFameK",
    "sendgrid": "SG.nhMt1bdj4n0AmgXfZY1A3t",
    "twilio_sid": "AC776c30b60f72c473ed9be356b68333a5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}