{
  "name": "user-service",
  "version": "2.3.1",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Hw6mNKRexkNu1TkdmWLx"
  },
  "jwt_secret": "2AYVHAo/f2W8+n7t90HTpiRsM5iBovvl",
  "api_keys": {
    "stripe": "sk_live_NJuC1A7qxU1PcsWt7LPgSqum",
    "sendgrid": "SG.4AAy2KUpxLapJAcv9x56cg",
    "twilio_sid": "ACfe0aa7ff1d97085a892ebf1a2e8419db"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}