{
  "name": "user-service",
  "version": "1.3.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vCZgiwJrEQS462Xn82tQ"
  },
  "jwt_secret": "cfoTz/BGxUKiL0q27uLDzwtOd806nsyB",
  "api_keys": {
    "stripe": "sk_live_Q1aq9qYIf5mhHjTueUdKP33n",
    "sendgrid": "SG.+onsg2d/CQbnE8pQVUjcER",
    "twilio_sid": "AC5f5d6b9e76b24bcdd966df44cbc84b33"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}