{
  "name": "user-service",
  "version": "1.8.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gXstltT1Y30Tat9L31fI"
  },
  "jwt_secret": "tqW+VzNPp1ZcmUe618xZo1Up+KR31rVr",
  "api_keys": {
    "stripe": "sk_live_SvxuKrigVGcQnaKqckF44RTb",
    "sendgrid": "SG.mfyyHKuOQitYL49v3143NJ",
    "twilio_sid": "AC3f573b7e015db13885a86a4e80d1af2c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}