{
  "name": "user-service",
  "version": "1.1.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eKaCp4oJHVWucC0uOxLG"
  },
  "jwt_secret": "Tfb0C+FsGHsxY+PCu8Ppd6/LPytD0EIE",
  "api_keys": {
    "stripe": "sk_live_4VbAzRFaZYRgeoQTuWrSaq01",
    "sendgrid": "SG.WGQo6C8YHFmetX5/4+lSYq",
    "twilio_sid": "ACb6fe8ddaf3c3b0aaac7f06cd11af1b8d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}