{
  "name": "payment-service",
  "version": "1.3.6",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "H5bP5kTOt2N2aEL0x6Ns"
  },
  "jwt_secret": "Zpi8WJqUJWrk0KKrK9EhfcnnnKb84gAH",
  "api_keys": {
    "stripe": "sk_live_2VUidjJtM46Ayb1BiYqlw5R0",
    "sendgrid": "SG.dy/Kz+OMeIEBMJ66aRBpiB",
    "twilio_sid": "AC2f6cd5e8a4ddcd5359aee069c6ba6d57"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}