{
  "name": "user-service",
  "version": "2.1.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "piOEdbumND6aC0LDW62B"
  },
  "jwt_secret": "R+qct8r6PlnsbJ+ffTVaQu7hxpT6mcCM",
  "api_keys": {
    "stripe": "sk_live_tqExXqDmgOu1l2VUQsegkwJF",
    "sendgrid": "SG.p/cgWzA9UOhurFbqPvCvFW",
    "twilio_sid": "AC27bcdbe98bc206531c08656759b5d404"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}