{
  "name": "payment-service",
  "version": "1.9.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8JbYHC6vhebAtFfJT0AE"
  },
  "jwt_secret": "mTdxyDa6TOHtGUvMUXRgpWzLwS0dhjJu",
  "api_keys": {
    "stripe": "sk_live_RtedmEJuKKUZY6EJ1zFsJthY",
    "sendgrid": "SG.cilxZtG+Pv8QhWjegW//Xp",
    "twilio_sid": "ACbf3774ded5931ba5d800e126fab78713"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}