{
  "name": "payment-service",
  "version": "2.8.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zaxFH8OyDQjO1UujntMs"
  },
  "jwt_secret": "2erfHOc11xUoa5qBNooX+xTwq8C1qty+",
  "api_keys": {
    "stripe": "sk_live_xCMGb10ZW4qp5uv27fenYJO2",
    "sendgrid": "SG.xPp9uAvAbOPghDLSv2QSPh",
    "twilio_sid": "ACe29b2c89dccbea38655acbb5ceaf702f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}