{
  "name": "payment-service",
  "version": "1.7.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hFUb88VbFmDrObnP4YhG"
  },
  "jwt_secret": "vu3JaRbEql0poG64Py6NB+P+QhtioKQs",
  "api_keys": {
    "stripe": "sk_live_OJRp47QylO4IJpPsl2ErD44o",
    "sendgrid": "SG.4cEehbTqOutF7bn2/zXUxt",
    "twilio_sid": "AC90cb89ebe496c9db3f55b958033506e9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}