{
  "name": "user-service",
  "version": "1.0.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "60P7ebI7EQIGHCC8QHTr"
  },
  "jwt_secret": "2TM1YoglAFicaWjbGhUe6GGeWiQUUXlC",
  "api_keys": {
    "stripe": "sk_live_YY22hpt0s8713DeFpZw3qNZx",
    "sendgrid": "SG.irZDihxNKH3I74893jbQPH",
    "twilio_sid": "AC811b8d6fb657f6ac2da246dc8340f4e1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}