{
  "name": "user-service",
  "version": "3.6.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UlH3qamdTxuWh1lHrp1f"
  },
  "jwt_secret": "JLxZ29U3IV7TgfO10kiJvlRXddqvSKAD",
  "api_keys": {
    "stripe": "sk_live_dcTxvaaPSZ99hKuJ2bTcxy87",
    "sendgrid": "SG.JbyxT2XgaAT4M9shuSx2V0",
    "twilio_sid": "ACb690628790b0114a435679285311f58d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}