{
  "name": "user-service",
  "version": "1.1.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "TiTfZIV1WuHhNSF3n4Gv"
  },
  "jwt_secret": "sScGTgVHFDaqxpfJQwZJBbvOKrdAmNX9",
  "api_keys": {
    "stripe": "sk_live_jqRmoxeze47PKrqkjPllRLkC",
    "sendgrid": "SG.vxCnd3siyV4v/bSymUt49G",
    "twilio_sid": "ACd05f97bd64ff2a206a2bd25c67cd6b3b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}