{
  "name": "payment-service",
  "version": "2.2.2",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "59VByA7dt4O0nvv1Wt0k"
  },
  "jwt_secret": "cExzrO1hrAdY5H7bAnZpzBB/uXU4g/20",
  "api_keys": {
    "stripe": "sk_live_9hBtL7ut09dqT5vCmPGB898c",
    "sendgrid": "SG.hIda8vCj5EY7v1Rp9gY0OZ",
    "twilio_sid": "AC81c025ddebef6f2daa7de6176493cda9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}