{
  "name": "user-service",
  "version": "1.1.2",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "FXklrFx7j23A0LzjBQSt"
  },
  "jwt_secret": "vMJJIqqcokcXuPmIzax5gnG5ohTH2bgG",
  "api_keys": {
    "stripe": "sk_live_EMGiCuEy5l4lntoBIfZvawlW",
    "sendgrid": "SG.1kBcb9/qt5k3uuaCE0Te8M",
    "twilio_sid": "AC2a64d957afbd5aa50439a416cd2d167d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}