{
  "name": "user-service",
  "version": "2.2.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qjlLKVa9hWBcZZZLKlM5"
  },
  "jwt_secret": "TsY50d7zIe7oeTpIAZHfc3QgtvNFKNZB",
  "api_keys": {
    "stripe": "sk_live_Utjf1FTMpVoRe5oAE3h0YPAd",
    "sendgrid": "SG.heeMU1sji3fBYgvmhLGq3X",
    "twilio_sid": "ACc8dcdb27bf8387f4740c2ced45fe73f9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}