{
  "name": "payment-service",
  "version": "1.8.13",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VfvVCaCyT4MMUIiWFaUu"
  },
  "jwt_secret": "YziAcdgLagYRJHjN4Z15qupwj9z0C6qq",
  "api_keys": {
    "stripe": "sk_live_Ou5sR8YFkZY1eqNn92iptlvV",
    "sendgrid": "SG.a8bY7g8yUa1scjO4zdOIxy",
    "twilio_sid": "ACac1265a5c4c6bc93c3ddf5441e82205c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}