{
  "name": "user-service",
  "version": "1.2.23",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nQrWkrheN228mD06HjQL"
  },
  "jwt_secret": "6zeT7XCfnkejGqwplMhVc20x1wqXWGFz",
  "api_keys": {
    "stripe": "sk_live_a5ZPlXqPIUG3apWjVhf7zcr8",
    "sendgrid": "SG.U0pSVuEF4r4WPKQxqV/z6k",
    "twilio_sid": "ACde0f93b35389b97c15f06f26d8b12728"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}