{
  "name": "user-service",
  "version": "3.2.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "c87fkKBhYkNnRbATwlKP"
  },
  "jwt_secret": "BlOLDCsGuz5GTXKb10Y2/8N2KMChDPvr",
  "api_keys": {
    "stripe": "sk_live_ICOwVbbmBwkPDflH3KIEDv61",
    "sendgrid": "SG.89edCyKRcOFV7/cTom3YL/",
    "twilio_sid": "AC1f669eb84239564b9bf2d0ad77001861"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}