{
  "name": "payment-service",
  "version": "2.3.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "C4v4jAwRhuXDpqUTv4LW"
  },
  "jwt_secret": "yKBnFKxZsFXNw81NYG+2JVeZ2xuynh0J",
  "api_keys": {
    "stripe": "sk_live_zn8A295Ex3PYOthaRqEfvR7D",
    "sendgrid": "SG.U3ZSx1vrQ/SAjvbE/KVJim",
    "twilio_sid": "AC12ebe21c3d0da969754b47f702803514"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}