{
  "name": "user-service",
  "version": "2.5.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DW97xiIV8GpWHRIdeZsk"
  },
  "jwt_secret": "QiW8Bo2KWdbY7Zxz3KNrAGJaTdfsSvLe",
  "api_keys": {
    "stripe": "sk_live_m3WQi1wBBfSKIwZoIgY1thYj",
    "sendgrid": "SG.8JjkZPbvTN2K7U2hGLIZvo",
    "twilio_sid": "AC67bcdf600c177b29a0a42cd136474b76"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}