{
  "name": "user-service",
  "version": "2.2.11",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6UiNqZRlQzvb5QIoS9UR"
  },
  "jwt_secret": "xY+E44g0uCRT4rkW63OMS0bJzg+cJUYS",
  "api_keys": {
    "stripe": "sk_live_InwAFossbFCtIsQqIvZFo79f",
    "sendgrid": "SG.d63FwthEOAr0PaD/fU3dub",
    "twilio_sid": "ACa8d82e5c470948a10e08cd3c7ee2a03f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}