{
  "name": "user-service",
  "version": "2.2.2",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lSdA1I32GT7QazbxqYCW"
  },
  "jwt_secret": "XhmKbjDahIB8jq8M14/DCebZFHumlha0",
  "api_keys": {
    "stripe": "sk_live_exeyP6OTpcL94D60a6zye63a",
    "sendgrid": "SG.7uBcgXoFVWTEy3HhL/VKSG",
    "twilio_sid": "AC4439857c792122c9e2a60e72b272cb24"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}