{
  "name": "user-service",
  "version": "1.8.0",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "rTPdOi7JsPV9RujZeUBc"
  },
  "jwt_secret": "4H90FBj3WNnOHCuV2NqQ94IuZYnjN4/j",
  "api_keys": {
    "stripe": "sk_live_f1myCxJQouavL0CiOBPNA3zH",
    "sendgrid": "SG.aaHkBb2Qv/9TtnSCcZoual",
    "twilio_sid": "AC8fb30ed69fbb4348384369fddc506529"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}