{
  "name": "user-service",
  "version": "1.2.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TLbltaOYGH3n3ejxQNhY"
  },
  "jwt_secret": "UEEaHMn+XcXcs3JPDNVLZQPBi0VonMKR",
  "api_keys": {
    "stripe": "sk_live_xy8Oxnbjm1j84RSVptZb7020",
    "sendgrid": "SG.vfA1FsSxPN1ZgARkIwTFGx",
    "twilio_sid": "AC7032aba42d0aef420ca523b4a57ab91c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}