{
  "name": "payment-service",
  "version": "1.1.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PIKW88YKRA2iewzxgpiM"
  },
  "jwt_secret": "uB5QWO+yiPGwQuQQdHvqJjgjmTHvblpF",
  "api_keys": {
    "stripe": "sk_live_70Idhog2mZHWAxvSybHrcBtN",
    "sendgrid": "SG.xeyTNqDQbt66/VLmf19ys3",
    "twilio_sid": "AC225aa12df11145914bdb8d34e4b2e559"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}