{
  "name": "payment-service",
  "version": "1.3.0",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eKwtdEnPRiCqB8CEhPfE"
  },
  "jwt_secret": "/O6kpq9TtVpTUl3Qfbohcvh/6GGWcxzL",
  "api_keys": {
    "stripe": "sk_live_b7uUZARi4PFSQARvl2lvuTiq",
    "sendgrid": "SG.G433swCTO+DDNNvOUaMmp7",
    "twilio_sid": "AC4e675ac470747ccd8edfe78da713176d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}