{
  "name": "user-service",
  "version": "2.2.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ubZi3jy7I2ajU2QeLERx"
  },
  "jwt_secret": "eAnwBUrrcX2ummUdSSQHdnWWqMZdnqF2",
  "api_keys": {
    "stripe": "sk_live_8EpleJgAP0VNX0dqjlyIL9dH",
    "sendgrid": "SG.Lq5LUAyBn0ru0xbrOyTK3n",
    "twilio_sid": "ACf1b186d731df19101efb22def5dcc644"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}