{
  "name": "payment-service",
  "version": "2.0.21",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GJ5fLbv4l1Cc83bsSChx"
  },
  "jwt_secret": "btkn4c8da1MIUvVSJi3HlGuhjLLbOrXf",
  "api_keys": {
    "stripe": "sk_live_EDa1ccex7S5voMmTS8NCGwpW",
    "sendgrid": "SG.oHd9Ujn3Z6nT74zWfL6mp+",
    "twilio_sid": "ACebccc8c2c6eeb2aac01adea71c17a7cc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}