{
  "name": "user-service",
  "version": "2.8.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1sRudd2OetBKukxTZ3Ie"
  },
  "jwt_secret": "OLj5WBfT3Z+5wHBgHlgqAQUDmKrLgNyZ",
  "api_keys": {
    "stripe": "sk_live_UNsx5pYq7hkrJLqm5908y6tj",
    "sendgrid": "SG.2+z+n2bjzsr+9DJToyY9mL",
    "twilio_sid": "AC1f38773928ca71fa0e65fc48eb975e1c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}