{
  "name": "user-service",
  "version": "2.1.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SH8kZoC5XKYVE56JgfSu"
  },
  "jwt_secret": "LEl1817aXLXiuL/tS5nVn5pNhHhzYBgx",
  "api_keys": {
    "stripe": "sk_live_kaTejeA4uH0uSvIE7UVXtVKR",
    "sendgrid": "SG.ZLrZlxcN8/4kFQZNO4jQvE",
    "twilio_sid": "AC7929ba358e0326814e6f9be47c73c0bc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}